Security/Reviews/Gaia/Gallery: Difference between revisions

(Created page with "=== App Review Details === * App: Gallery * Review Date: 11 Feb 2013 * Review Lead: Stefan Arentz === Overview === Gallery is the photo and video browser application. You can ...")
 
Line 54: Line 54:
* "device-storage:pictures":{"access":"readwrite"}, - Because it needs to read and write to the pictures stored on the SD Card
* "device-storage:pictures":{"access":"readwrite"}, - Because it needs to read and write to the pictures stored on the SD Card
* "device-storage:videos":{"access":"readwrite"}, - Because it needs to read and write to the videos stored on the SD Card
* "device-storage:videos":{"access":"readwrite"}, - Because it needs to read and write to the videos stored on the SD Card
* "audio-channel-content":{}, - TODO Not sure why this is needed. The app does not do anything with audio except play videos.
* "audio-channel-content":{}, - This permissions is needed to handle 'multiple audio streams'. I asked :djf but he was also not sure why this was in there.
* "settings":{"access":"readonly"} - TODO Not sure why this is needed. There are no settings controls in the app
* "settings":{"access":"readonly"} - Because it needs to access the chosen locale, which is stored in the settings. (This is via shared/js/l10n.js, which accesses the language.current setting through navigator.mozSettings)
 
TODO Look at the audio-channel-content and settings permissions. Track those down to the relevant code.


====Web Activity Handlers ====
====Web Activity Handlers ====
Confirmed users
971

edits