Confirmed users
971
edits
(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":{}, - | * "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"} - | * "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) | ||
====Web Activity Handlers ==== | ====Web Activity Handlers ==== |