Added missing privilages 06/72106/1 submit/tizen_mobile/20160530.150255
authorRahul Dadhich <r.dadhich@samsung.com>
Mon, 30 May 2016 13:50:59 +0000 (19:20 +0530)
committerRahul Dadhich <r.dadhich@samsung.com>
Mon, 30 May 2016 13:50:59 +0000 (19:20 +0530)
Change-Id: I8712d5d74dd82fc7ef874d9997c8ee9826f0eb89
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
tizen-manifest.xml

index 79cc27a..b190565 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <manifest xmlns="http://tizen.org/ns/packages" api-version="3.0" package="org.tizen.gallery" version="1.0.0">
     <profile name="mobile"/>
-    <ui-application appid="org.tizen.gallery" exec="gallery" hw-acceleration="on" process-pool="true" multiple="false" nodisplay="false" taskmanage="true" type="capp">
+    <ui-application appid="org.tizen.gallery" exec="gallery" hw-acceleration="on" multiple="false" nodisplay="false" process-pool="true" taskmanage="true" type="capp">
         <label>Gallery</label>
         <label xml:lang="hy-am">Պատկերասրահ</label>
         <label xml:lang="az-az">Qalereya</label>
         <label xml:lang="fr-ca">Galerie</label>
         <icon>org.tizen.gallery.png</icon>
     </ui-application>
+    <privileges>
+               <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+               <privilege>http://tizen.org/privilege/externalstorage</privilege>
+               <privilege>http://tizen.org/privilege/content.write</privilege>
+               <privilege>http://tizen.org/privilege/mediastorage</privilege>
+       </privileges>
 </manifest>