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.
                        - 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.
<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>