diff options
author | Jeonghoon Park <jh1979.park@samsung.com> | 2018-07-10 19:51:17 +0900 |
---|---|---|
committer | Jeonghoon Park <jh1979.park@samsung.com> | 2018-07-10 19:51:17 +0900 |
commit | 4313cd21d896d03b4a8c678f7cc76073bfad368d (patch) | |
tree | e1b8d4a682d98dd313e584e5d6f0fa3ea865d218 | |
parent | 59d11f93b773b89e0abf81324a35e1a0775bf5f8 (diff) | |
download | st-things-co2-meter-4313cd21d896d03b4a8c678f7cc76073bfad368d.tar.gz st-things-co2-meter-4313cd21d896d03b4a8c678f7cc76073bfad368d.tar.bz2 st-things-co2-meter-4313cd21d896d03b4a8c678f7cc76073bfad368d.zip |
add privilege for peripheral io
-rw-r--r-- | tizen-manifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tizen-manifest.xml b/tizen-manifest.xml index 4ce172a..a82ae23 100644 --- a/tizen-manifest.xml +++ b/tizen-manifest.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <manifest xmlns="http://tizen.org/ns/packages" api-version="4.0" package="org.example.co2" version="1.0.0"> <profile name="iot-headless"/> - <service-application appid="org.example.co2" exec="co2" multiple="false" nodisplay="true" on-boot="true" taskmanage="false" type="capp"> + <service-application appid="org.example.co2" exec="co2" multiple="false" nodisplay="true" on-boot="false" taskmanage="false" type="capp"> <label>co2</label> <icon>co2.png</icon> <background-category value="background-network"/> @@ -12,5 +12,6 @@ <privilege>http://tizen.org/privilege/internet</privilege> <privilege>http://tizen.org/privilege/alarm.set</privilege> <privilege>http://tizen.org/privilege/network.profile</privilege> + <privilege>http://tizen.org/privilege/peripheralio</privilege> </privileges> </manifest> |