(SHIFT) remove android.permission.MANAGE_DOCUMENTS

Test: run gts-dev -m GtsPermissionTestCases --test com.google.android.permission.gts.ManageDocumentsPermissionTest#manageDocuments_theOnlyOneHolder_isDocumentsUi

Change-Id: I23c3e84c38f3e6437032aec80d39dd174f78c27d
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index c9210ac..62a4b32 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -21,9 +21,11 @@
 
     <!-- (Optional) This is needed to retrieve the available storage roots.
          The user needs to manually select a storage root, if not granted. -->
+    <!-- DISABLED FOR GTS
     <uses-permission
         android:name="android.permission.MANAGE_DOCUMENTS"
         tools:ignore="ProtectedPermissions" />
+    -->
 
     <!-- This is needed to access the serial number of USB mass storage devices -->
     <uses-permission