From 35fe5bd5f09aa03b540349c89eb711fa3ad2c572 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 15 Sep 2020 15:05:54 +0530 Subject: [PATCH] ui: update manifest for API 30 changes - Mark WRITE_EXTERNAL_STORAGE as unused above API 29 since we defer to Storage Access Framework on P and above - Adds a tag to allow listing apps for exclusion/inclusion dialog Signed-off-by: Harsh Shandilya --- ui/src/main/AndroidManifest.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ui/src/main/AndroidManifest.xml b/ui/src/main/AndroidManifest.xml index f483ddbe..c4de42ca 100644 --- a/ui/src/main/AndroidManifest.xml +++ b/ui/src/main/AndroidManifest.xml @@ -7,7 +7,10 @@ - + + + + + + + +