diff options
author | Radoslaw Czerski <r.czerski@samsung.com> | 2016-01-31 17:51:29 +0100 |
---|---|---|
committer | Radoslaw Czerski <r.czerski@samsung.com> | 2016-01-31 17:51:29 +0100 |
commit | 9cf64236c78ecc8dbaeb83c61ec730a75b311ba2 (patch) | |
tree | dda952621e901a04c88bea7f2de00e990c358931 /tizen-manifest.xml | |
parent | cb34bcde063b7395f9caf5867384eec0af8eb4d3 (diff) | |
download | share-panel-9cf64236c78ecc8dbaeb83c61ec730a75b311ba2.tar.gz share-panel-9cf64236c78ecc8dbaeb83c61ec730a75b311ba2.tar.bz2 share-panel-9cf64236c78ecc8dbaeb83c61ec730a75b311ba2.zip |
manifest fixes.
multiple="false" nodisplay="true"
Change-Id: Ic2d46cee5f6d0f29076c3fbd37d82a2adff3cee5
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
Diffstat (limited to 'tizen-manifest.xml')
-rw-r--r-- | tizen-manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tizen-manifest.xml b/tizen-manifest.xml index fa39edc..8f83395 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="3.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" launch_mode="group" multiple="true" nodisplay="false" type="capp"> + <ui-application appid="org.tizen.share-panel" exec="share-panel" hw-acceleration="on" launch_mode="group" multiple="false" nodisplay="true" type="capp"> <label>share-panel</label> <icon>share-panel.png</icon> </ui-application> |