diff options
author | Lukasz Stanislawski <l.stanislaws@samsung.com> | 2017-07-17 13:14:55 +0200 |
---|---|---|
committer | Lukasz Stanislawski <l.stanislaws@samsung.com> | 2017-07-17 17:04:01 +0200 |
commit | 32373830802f409c08ffcdfdc92e575542afe66d (patch) | |
tree | 149d2b0087769bf1b31739849402ade0036912bc /tizen-manifest.xml | |
parent | b51c79f739653f22062d812cf1e20d090af1274e (diff) | |
download | share-panel-tizen_7.0.tar.gz share-panel-tizen_7.0.tar.bz2 share-panel-tizen_7.0.zip |
Migrate to Tizen 4.0 SDK projecttizen_8.0_m2_releasetizen_7.0_src.m2_releasetizen_6.5_src.m2_releasetizen_6.0_src.m2_releasesubmit/tizen_6.5/20211029.123901submit/tizen_6.5/20211028.164201submit/tizen_6.0_hotfix/20201103.115105submit/tizen_6.0_hotfix/20201102.192905submit/tizen_6.0/20201029.205505submit/tizen_3.0/20170718.093610submit/tizen/20200205.120137submit/tizen/20170912.085759submit/tizen/20170718.094920tizen_8.0tizen_7.0_hotfixtizen_7.0tizen_6.5tizen_6.0_hotfixtizen_6.0tizen
Change-Id: Ie60993cc64a8a4412c99e6ce21ccc8b4ee75b378
Diffstat (limited to 'tizen-manifest.xml')
-rw-r--r-- | tizen-manifest.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tizen-manifest.xml b/tizen-manifest.xml index c6daaa9..7bfd69c 100644 --- a/tizen-manifest.xml +++ b/tizen-manifest.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<manifest xmlns="http://tizen.org/ns/packages" api-version="3.0" install-location="internal-only" package="org.tizen.share-panel" version="1.0.0"> +<manifest xmlns="http://tizen.org/ns/packages" api-version="4.0" install-location="internal-only" package="org.tizen.share-panel" version="1.0.0"> <profile name="mobile"/> - <ui-application appid="org.tizen.share-panel" exec="share-panel" hw-acceleration="on" process-pool="true" launch_mode="group" multiple="false" nodisplay="true" type="capp"> + <ui-application appid="org.tizen.share-panel" exec="share-panel" hw-acceleration="on" launch_mode="group" multiple="false" nodisplay="true" process-pool="true" type="capp"> <label>share-panel</label> <icon>share-panel.png</icon> </ui-application> <privileges> - <privilege>http://tizen.org/privilege/packagemanager.info</privilege> <privilege>http://tizen.org/privilege/appmanager.launch</privilege> <privilege>http://tizen.org/privilege/window.priority.set</privilege> + <privilege>http://tizen.org/privilege/packagemanager.info</privilege> </privileges> </manifest> |