Document POST_NOTIFICATIONS permission usage

Change-Id: Ie9d2b9bc06aba0dfbd268408220ba54081137b26
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
This commit is contained in:
Alexander Martinz 2022-10-06 09:45:49 +02:00
parent 7be8671756
commit 13db3226d7
No known key found for this signature in database
GPG key ID: CF15BDD9A321A9B2

View file

@ -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.