How to set the config.xml for accessing the external server?

■ Summary

- The following code snippet demonstrates how to set the config.xml for accessing the external server.
- If your application using the network does not work well on device or emulator while it works well on the simulator, please check this.
1
2
3
4
5
6
7
8
<tizen:privilege name="http://tizen.org/privilege/internet"/>
<access origin="http://www.kma.go.kr" subdomains="true"></access>
or 
<tizen:privilege name="http://tizen.org/privilege/internet"/>
<access origin="*" subdomains="true"></access>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX