From 918d7a712aaf9f4880bf0bc23234c48df1589e82 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 10 Sep 2020 09:26:55 -0300 Subject: [PATCH] Add QUERY_ALL_PACKAGES permission which is now needed on Android 11 --- README.md | 1 + app/src/main/AndroidManifest.xml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 872a8001..bdb0b34a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,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. * `android.permission.MANAGE_USB` to access the serial number of USB mass storage devices. * `android.permission.WRITE_SECURE_SETTINGS` to change system backup settings and enable call log backup. +* `android.permission.QUERY_ALL_PACKAGES` to get information about all installed apps for backup. * `android.permission.INSTALL_PACKAGES` to re-install apps when restoring from backup. ## Contributing diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f8b93c07..92b6f21d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -33,6 +33,11 @@ to allow the user to uninstall an app when storage was not plugged in during install --> + + +