Document POST_NOTIFICATIONS permission usage
Change-Id: Ie9d2b9bc06aba0dfbd268408220ba54081137b26 Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
This commit is contained in:
parent
7799ad1339
commit
0106c1911a
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
<!-- This is needed to check for internet access when backup is stored on network storage -->
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
|
||||
<!-- This is needed to inform users about backup status and errors -->
|
||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
||||
|
||||
<!-- (Optional) This is needed to retrieve the available storage roots.
|
||||
|
|
Loading…
Reference in a new issue