summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoYeoN SoN <boyeonson@BoYeoNs-MacBook-Air.local>2019-08-24 15:13:24 +0900
committerBoYeoN SoN <boyeonson@BoYeoNs-MacBook-Air.local>2019-08-24 15:13:24 +0900
commit8d79292add6068400022737a909c25b69539fb9e (patch)
tree81ebd6725f3bc7cf6208ced2a567713f14bc4cbe
parent71be3d8daf587a2a5221dcda7d16227577bd8578 (diff)
downloadst-things-light-8d79292add6068400022737a909c25b69539fb9e.tar.gz
st-things-light-8d79292add6068400022737a909c25b69539fb9e.tar.bz2
st-things-light-8d79292add6068400022737a909c25b69539fb9e.zip
Remove unnecessary privileges
Change-Id: Ic1dd148578cb0eeac2806d7d6959c8149d129929
-rw-r--r--tizen-manifest.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tizen-manifest.xml b/tizen-manifest.xml
index b2f056f..ffb309a 100644
--- a/tizen-manifest.xml
+++ b/tizen-manifest.xml
@@ -10,12 +10,6 @@
<background-category value="iot-communication"/>
</service-application>
<privileges>
- <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
- <privilege>http://tizen.org/privilege/softap</privilege>
- <privilege>http://tizen.org/privilege/internet</privilege>
- <privilege>http://tizen.org/privilege/datasharing</privilege>
<privilege>http://tizen.org/privilege/peripheralio</privilege>
- <appdefined-privilege>http://com.samsung.tizen.smartthings-thing/appdefined/smartthings-thing.resource</appdefined-privilege>
- <appdefined-privilege>http://com.samsung.tizen.smartthings-thing/appdefined/smartthings-thing.master</appdefined-privilege>
</privileges>
</manifest>