Add Privileges for IoTCon
authorJin Yoon <jinny.yoon@samsung.com>
Fri, 14 Jul 2017 00:20:58 +0000 (09:20 +0900)
committerJin Yoon <jinny.yoon@samsung.com>
Fri, 14 Jul 2017 00:23:04 +0000 (09:23 +0900)
Change-Id: I786c07e8cadccfa97dca3792e213e6a696e8d36e

tizen-manifest.xml

index 1253e11..1bde27a 100644 (file)
@@ -6,7 +6,11 @@
     <author email="ey928.lee@samsung.com" href="www.samsung.com">Eunyoung Lee</author>
     <author email="junkyu.han@samsung.com" href="www.samsung.com">Junkyu Han</author>
     <service-application appid="org.tizen.position-finder-server" auto-restart="false" exec="position-finder-server" multiple="false" nodisplay="true" on-boot="false" taskmanage="false" type="capp">
-        <label>Illumination</label>
+        <label>Position Finder</label>
         <icon>position_finder_server.png</icon>
     </service-application>
+    <privileges>
+        <privilege>http://tizen.org/privilege/network.get</privilege>
+               <privilege>http://tizen.org/privilege/internet</privilege>
+    </privileges>
 </manifest>