From 8960c8797a3fc93df00ab76ff767a4879680e2ba Mon Sep 17 00:00:00 2001 From: Mohit Date: Tue, 14 Apr 2020 12:48:44 +0530 Subject: [PATCH] - Fixed `no Data usage control option visible in Oreo` - Removed sharedUserId flag --- app/src/main/AndroidManifest.xml | 60 +++++++++++++++++++------------- 1 file changed, 35 insertions(+), 25 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 230864b5..0d1e0f00 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -7,20 +7,21 @@ http://www.gnu.org/licenses/gpl.html --> + package="foundation.e.drive"> - - - + + + - + android:protectionLevel="signature" /> + android:exported="true" + android:label="Pictures and videos" /> + android:exported="true" + android:label="Application settings" /> - - - - - + + - - + - - + + - + - + -- GitLab