From 09c96a331b912bd2305148530042555de1a7ca2e Mon Sep 17 00:00:00 2001 From: Tsung-Mao Fang Date: Tue, 22 Feb 2022 17:06:01 +0800 Subject: [PATCH] Media permission update for Android T To improve user clarity of the storage permission and reduce the number of apps with broad file access, we will update the Files & Media permission model for apps targeting API 32. Apps must now request permission for images, videos, or audio files independently. Test: Build apk and see Storage page works. Fix: 220259725 Change-Id: I8f14cf5b4b48c6b28374ba7266c62a3897cdda8e --- AndroidManifest.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 0279eec6987..4df368bae18 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -9,7 +9,9 @@ - + + +