From 7799ad13398436853dff59045cc5ccc4b382b159 Mon Sep 17 00:00:00 2001 From: Alexander Martinz Date: Thu, 6 Oct 2022 09:38:29 +0200 Subject: [PATCH] Document that MANAGE_DOCUMENTS is optional MR #151 implemented a fallback if MANAGE_DOCUMENTS is not granted, which falls back to show a file chooser to the user to manually select the storage root. Document this behavior in the manifest as well, as the permission causes some certification tests to fail (#453). Change-Id: I3271b7969aacc014349766a022f13a00bea9ff85 Signed-off-by: Alexander Martinz --- app/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index eadc02d3..273be9e6 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -18,7 +18,8 @@ - +