diff --git a/README.md b/README.md index 5c457a94..216caa85 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ It uses the same internal APIs as `adb backup` which is deprecated and thus need * `android.permission.MANAGE_DOCUMENTS` to retrieve the available storage roots (optional) for better UX. * `android.permission.USE_BIOMETRIC` to authenticate saving a new recovery code * `android.permission.INTERACT_ACROSS_USERS_FULL` to use storage roots in other users (optional). +* `android.permission.POST_NOTIFICATIONS` to inform users about backup status and errors. ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/seedvault-app/seedvault. diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 8fcb13f7..33c90530 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -16,6 +16,8 @@ + + + diff --git a/storage/demo/src/main/AndroidManifest.xml b/storage/demo/src/main/AndroidManifest.xml index 43a2b25c..15b03a47 100644 --- a/storage/demo/src/main/AndroidManifest.xml +++ b/storage/demo/src/main/AndroidManifest.xml @@ -2,6 +2,8 @@ + +