QA/Fennec/Permissions: Difference between revisions
Jump to navigation
Jump to search
m (→Firefox) |
|||
(21 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
= Android Permissions | = Android Permissions = | ||
== Firefox for Android == | == Firefox for Android == | ||
Line 8: | Line 8: | ||
| class="header" | Sync Manifest | | class="header" | Sync Manifest | ||
|- | |- | ||
| [ | | [https://dxr.mozilla.org/mozilla-release/source/mobile/android/base/AndroidManifest.xml.in Firefox] | ||
| [http:// | | [http://dxr.mozilla.org/mozilla-release/source/mobile/android/services/manifests/SyncAndroidManifest_permissions.xml.in Sync] | ||
|- | |- | ||
| [ | | [https://dxr.mozilla.org/mozilla-beta/source/mobile/android/base/AndroidManifest.xml.in Firefox Beta] | ||
| [http:// | | [http://dxr.mozilla.org/mozilla-beta/source/mobile/android/services/manifests/SyncAndroidManifest_permissions.xml.in Sync] | ||
|- | |- | ||
| [http:// | | [http://dxr.mozilla.org/mozilla-central/source/mobile/android/base/AndroidManifest.xml.in Firefox Nightly] | ||
| [http://dxr.mozilla.org/mozilla-central/source/mobile/android/services/manifests/SyncAndroidManifest_permissions.xml.in Sync] | |||
| [http:// | |||
|- | |- | ||
|} | |} | ||
= | === Permissions for Android version < 6 === | ||
{|class="fullwidth-table" | |||
|- style="background-color: #efefef;" | |||
|<b> Nightly </b> | |||
* | |<b> Beta </b> | ||
* | |<b> Release </b> | ||
* | |- | ||
* | | <b>Camera:</b> | ||
* | *take pictures & videos | ||
* | | <b>Camera:</b> | ||
* | *take pictures & videos | ||
** | | <b>Camera:</b> | ||
** | *take pictures & videos | ||
* | |- | ||
** | |<b> Contacts: </b> | ||
** | *find accounts on the device | ||
* | *add/remove accounts | ||
* | *create accounts and set passwords | ||
** | *use accounts on the device | ||
* Read sync settings | |<b> Contacts: </b> | ||
** Read sync statistics | *find accounts on the device | ||
** | *add/remove accounts | ||
* | *create accounts and set passwords | ||
** | *use accounts on the device | ||
** | |<b> Contacts: </b> | ||
** | *find accounts on the device | ||
*add/remove accounts | |||
*create accounts and set passwords | |||
*use accounts on the device | |||
* | |- | ||
** | |<b>Microphone:</b> | ||
** | *record audio | ||
|<b>Microphone:</b> | |||
* | *record audio | ||
** | |<b>Microphone:</b> | ||
** | *record audio | ||
|- | |||
|<b>Storage:</b> | |||
*read the contents of your SD card | |||
*modify or delete the contents of your SD card | |||
|<b>Storage:</b> | |||
*read the contents of your SD card | |||
*modify or delete the contents of your SD card | |||
|<b>Storage:</b> | |||
*read the contents of your SD card | |||
*modify or delete the contents of your SD card | |||
|- | |||
|<b>Location:</b> | |||
*Precise location (GPS and network-based) | |||
|<b>Location:</b> | |||
*Precise location (GPS and network-based) | |||
|<b>Location:</b> | |||
*Precise location (GPS and network-based) | |||
|- | |||
|<b>Network:</b> | |||
*connect to or disconnect from Wifi networks | |||
*download files without notification | |||
*control Near Field Communication | |||
*receive data from Internet | |||
*view network connections | |||
*view WI-FI connections | |||
|<b>Network:</b> | |||
*connect to or disconnect from Wifi networks | |||
*download files without notification | |||
*control Near Field Communication | |||
*receive data from Internet | |||
*view network connections | |||
*view WI-FI connections | |||
|<b>Network:</b> | |||
*connect to or disconnect from Wifi networks | |||
*download files without notification | |||
*control Near Field Communication | |||
*receive data from Internet | |||
*view network connections | |||
*view WI-FI connections | |||
|- | |||
|<b>Security:</b> | |||
*modify system settings | |||
*draw over other apps | |||
*full network access | |||
|<b>Security:</b> | |||
*modify system settings | |||
*draw over other apps | |||
*full network access | |||
|<b>Security:</b> | |||
*modify system settings | |||
*draw over other apps | |||
*full network access | |||
|- | |||
|<b>Other:</b> | |||
*Read your Web bookmarks & history | |||
*toggle sync on/off | |||
*read sync statistics | |||
*read sync settings | |||
*run at startup | |||
*install shortcuts | |||
*uninstall shortcuts | |||
*prevent device from sleeping | |||
*control vibration | |||
|<b>Other:</b> | |||
*Read your Web bookmarks & history | |||
*toggle sync on/off | |||
*read sync statistics | |||
*read sync settings | |||
*run at startup | |||
*install shortcuts | |||
*uninstall shortcuts | |||
*prevent device from sleeping | |||
*control vibration | |||
|<b>Other:</b> | |||
*Read your Web bookmarks & history | |||
*toggle sync on/off | |||
*read sync statistics | |||
*read sync settings | |||
*run at startup | |||
*install shortcuts | |||
*uninstall shortcuts | |||
*prevent device from sleeping | |||
*control vibration | |||
|- | |||
|} | |||
=== Permissions for Android version >= 6 === | |||
*Android Settings | |||
{|class="fullwidth-table" | |||
|- style="background-color: #efefef;" | |||
|<b> Nightly </b> | |||
|<b> Beta </b> | |||
|<b> Release </b> | |||
|- | |||
| <b>Camera:</b> | |||
*take pictures & videos | |||
| <b>Camera:</b> | |||
*take pictures & videos | |||
| <b>Camera:</b> | |||
*take pictures & videos | |||
|- | |||
|<b> Contacts: </b> | |||
*find accounts on the device | |||
|<b> Contacts: </b> | |||
*find accounts on the device | |||
|<b> Contacts: </b> | |||
*find accounts on the device | |||
|- | |||
|<b>Microphone:</b> | |||
*record audio | |||
|<b>Microphone:</b> | |||
*record audio | |||
|<b>Microphone:</b> | |||
*record audio | |||
|- | |||
|<b>Storage:</b> | |||
*read the contents of your SD card | |||
*modify or delete the contents of your SD card | |||
|<b>Storage:</b> | |||
*read the contents of your SD card | |||
*modify or delete the contents of your SD card | |||
|<b>Storage:</b> | |||
*read the contents of your SD card | |||
*modify or delete the contents of your SD card | |||
|- | |||
|<b>Location:</b> | |||
*Precise location (GPS and network-based) | |||
|<b>Location:</b> | |||
*Precise location (GPS and network-based) | |||
|<b>Location:</b> | |||
*Precise location (GPS and network-based) | |||
|- | |||
|<b>Network:</b> | |||
*connect to or disconnect from Wifi networks | |||
*download files without notification | |||
*control Near Field Communication | |||
*receive data from Internet | |||
*view network connections | |||
*view WI-FI connections | |||
|<b>Network:</b> | |||
*connect to or disconnect from Wifi networks | |||
*download files without notification | |||
*control Near Field Communication | |||
*receive data from Internet | |||
*view network connections | |||
*view WI-FI connections | |||
|<b>Network:</b> | |||
*connect to or disconnect from Wifi networks | |||
*download files without notification | |||
*control Near Field Communication | |||
*receive data from Internet | |||
*view network connections | |||
*view WI-FI connections | |||
|- | |||
|<b>Security:</b> | |||
*full network access | |||
|<b>Security:</b> | |||
*full network access | |||
|<b>Security:</b> | |||
*full network access | |||
|- | |||
|<b>Other:</b> | |||
*toggle sync on/off | |||
*read sync statistics | |||
*read sync settings | |||
*run at startup | |||
*install shortcuts | |||
*uninstall shortcuts | |||
*prevent device from sleeping | |||
*control vibration | |||
*collect diagnostic information (samsung devices only) | |||
|<b>Other:</b> | |||
*toggle sync on/off | |||
*read sync statistics | |||
*read sync settings | |||
*run at startup | |||
*install shortcuts | |||
*uninstall shortcuts | |||
*prevent device from sleeping | |||
*control vibration | |||
*collect diagnostic information (samsung devices only) | |||
|<b>Other:</b> | |||
*toggle sync on/off | |||
*read sync statistics | |||
*read sync settings | |||
*run at startup | |||
*install shortcuts | |||
*uninstall shortcuts | |||
*prevent device from sleeping | |||
*control vibration | |||
*collect diagnostic information (samsung devices only) | |||
|- | |||
|} |
Latest revision as of 14:02, 16 October 2018
Android Permissions
Firefox for Android
Permission Manifests
Browser Manifest | Sync Manifest |
Firefox | Sync |
Firefox Beta | Sync |
Firefox Nightly | Sync |
Permissions for Android version < 6
Nightly | Beta | Release |
Camera:
|
Camera:
|
Camera:
|
Contacts:
|
Contacts:
|
Contacts:
|
Microphone:
|
Microphone:
|
Microphone:
|
Storage:
|
Storage:
|
Storage:
|
Location:
|
Location:
|
Location:
|
Network:
|
Network:
|
Network:
|
Security:
|
Security:
|
Security:
|
Other:
|
Other:
|
Other:
|
Permissions for Android version >= 6
- Android Settings
Nightly | Beta | Release |
Camera:
|
Camera:
|
Camera:
|
Contacts:
|
Contacts:
|
Contacts:
|
Microphone:
|
Microphone:
|
Microphone:
|
Storage:
|
Storage:
|
Storage:
|
Location:
|
Location:
|
Location:
|
Network:
|
Network:
|
Network:
|
Security:
|
Security:
|
Security:
|
Other:
|
Other:
|
Other:
|