Remove requestLegacyExternalStorage flag from benchmarks

Bug: 172376362
Test: testing via forrest

Change-Id: I8b21b035106d7a4296495409c34f18b902ab9541
diff --git a/ads/ads-identifier-benchmark/src/androidTest/AndroidManifest.xml b/ads/ads-identifier-benchmark/src/androidTest/AndroidManifest.xml
index da3c31d..5f8aea8 100644
--- a/ads/ads-identifier-benchmark/src/androidTest/AndroidManifest.xml
+++ b/ads/ads-identifier-benchmark/src/androidTest/AndroidManifest.xml
@@ -22,7 +22,6 @@
     <!-- Important: disable debuggable for accurate performance results -->
     <application
         android:name=".AdsIdentifierBenchmarkApplication"
-        android:requestLegacyExternalStorage="true"
         android:debuggable="false"
         tools:replace="android:debuggable">
         <!-- enable profileableByShell for non-intrusive profiling tools -->
diff --git a/appcompat/appcompat-benchmark/src/androidTest/AndroidManifest.xml b/appcompat/appcompat-benchmark/src/androidTest/AndroidManifest.xml
index 992ce4e..1c5fab4 100644
--- a/appcompat/appcompat-benchmark/src/androidTest/AndroidManifest.xml
+++ b/appcompat/appcompat-benchmark/src/androidTest/AndroidManifest.xml
@@ -21,7 +21,6 @@
 
     <!-- Important: disable debuggable for accurate performance results -->
     <application
-            android:requestLegacyExternalStorage="true"
             android:debuggable="false"
             tools:replace="android:debuggable">
         <!-- enable profileableByShell for non-intrusive profiling tools -->
diff --git a/benchmark/benchmark/src/androidTest/AndroidManifest.xml b/benchmark/benchmark/src/androidTest/AndroidManifest.xml
index b8419c3..b20d8c1 100644
--- a/benchmark/benchmark/src/androidTest/AndroidManifest.xml
+++ b/benchmark/benchmark/src/androidTest/AndroidManifest.xml
@@ -21,7 +21,6 @@
 
     <!-- Important: disable debuggable for accurate performance results -->
     <application
-            android:requestLegacyExternalStorage="true"
             android:debuggable="false"
             tools:replace="android:debuggable">
         <!-- enable profileableByShell for non-intrusive profiling tools -->
diff --git a/benchmark/integration-tests/macrobenchmark/src/androidTest/AndroidManifest.xml b/benchmark/integration-tests/macrobenchmark/src/androidTest/AndroidManifest.xml
index 6dd48d3..2f8615f 100644
--- a/benchmark/integration-tests/macrobenchmark/src/androidTest/AndroidManifest.xml
+++ b/benchmark/integration-tests/macrobenchmark/src/androidTest/AndroidManifest.xml
@@ -28,5 +28,4 @@
     <queries>
         <package android:name="androidx.benchmark.integration.macrobenchmark.target" />
     </queries>
-    <application android:requestLegacyExternalStorage="true"/>
 </manifest>
diff --git a/collection/collection-benchmark/src/androidTest/AndroidManifest.xml b/collection/collection-benchmark/src/androidTest/AndroidManifest.xml
index 95836aa..1664e8d 100644
--- a/collection/collection-benchmark/src/androidTest/AndroidManifest.xml
+++ b/collection/collection-benchmark/src/androidTest/AndroidManifest.xml
@@ -21,7 +21,6 @@
 
     <!-- Important: disable debuggable for accurate performance results -->
     <application
-            android:requestLegacyExternalStorage="true"
             android:debuggable="false"
             tools:replace="android:debuggable">
         <!-- enable profileableByShell for non-intrusive profiling tools -->
diff --git a/compose/integration-tests/benchmark/src/androidTest/AndroidManifest.xml b/compose/integration-tests/benchmark/src/androidTest/AndroidManifest.xml
index d23850c..d50b55c 100644
--- a/compose/integration-tests/benchmark/src/androidTest/AndroidManifest.xml
+++ b/compose/integration-tests/benchmark/src/androidTest/AndroidManifest.xml
@@ -20,10 +20,8 @@
 
     <!--
       ~ Important: disable debuggable for accurate performance results
-      ~ requestLegacyExternalStorage to enable legacy JSON reporting when targeting Q
       -->
     <application
-            android:requestLegacyExternalStorage="true"
             android:debuggable="false"
             tools:replace="android:debuggable">
         <!-- enable profileableByShell for non-intrusive profiling tools -->
diff --git a/compose/integration-tests/macrobenchmark/src/androidTest/AndroidManifest.xml b/compose/integration-tests/macrobenchmark/src/androidTest/AndroidManifest.xml
index b86f8ba..82ef367 100644
--- a/compose/integration-tests/macrobenchmark/src/androidTest/AndroidManifest.xml
+++ b/compose/integration-tests/macrobenchmark/src/androidTest/AndroidManifest.xml
@@ -28,5 +28,4 @@
     <queries>
         <package android:name="androidx.compose.integration.macrobenchmark.target" />
     </queries>
-    <application android:requestLegacyExternalStorage="true"/>
 </manifest>
diff --git a/compose/runtime/runtime/compose-runtime-benchmark/src/androidTest/AndroidManifest.xml b/compose/runtime/runtime/compose-runtime-benchmark/src/androidTest/AndroidManifest.xml
index 723427b..0eb4313 100644
--- a/compose/runtime/runtime/compose-runtime-benchmark/src/androidTest/AndroidManifest.xml
+++ b/compose/runtime/runtime/compose-runtime-benchmark/src/androidTest/AndroidManifest.xml
@@ -20,10 +20,8 @@
     package="androidx.compose.runtime.benchmark">
     <!--
       ~ Important: disable debuggable for accurate performance results
-      ~ requestLegacyExternalStorage to enable legacy JSON reporting when targeting Q
       -->
     <application
-        android:requestLegacyExternalStorage="true"
         android:debuggable="false"
         tools:replace="android:debuggable">
         <!-- enable profileableByShell for non-intrusive profiling tools -->
diff --git a/navigation/benchmark/src/androidTest/AndroidManifest.xml b/navigation/benchmark/src/androidTest/AndroidManifest.xml
index 802e59d..358a851 100644
--- a/navigation/benchmark/src/androidTest/AndroidManifest.xml
+++ b/navigation/benchmark/src/androidTest/AndroidManifest.xml
@@ -21,7 +21,6 @@
 
     <!-- Important: disable debuggable for accurate performance results -->
     <application
-            android:requestLegacyExternalStorage="true"
             android:debuggable="false"
             tools:replace="android:debuggable">
         <!-- enable profileableByShell for non-intrusive profiling tools -->
diff --git a/recyclerview/recyclerview-benchmark/src/androidTest/AndroidManifest.xml b/recyclerview/recyclerview-benchmark/src/androidTest/AndroidManifest.xml
index 59f1491..8653650 100644
--- a/recyclerview/recyclerview-benchmark/src/androidTest/AndroidManifest.xml
+++ b/recyclerview/recyclerview-benchmark/src/androidTest/AndroidManifest.xml
@@ -21,7 +21,6 @@
 
     <!-- Important: disable debuggable for accurate performance results -->
     <application
-            android:requestLegacyExternalStorage="true"
             android:debuggable="false"
             tools:replace="android:debuggable">
             <!-- enable profileableByShell for non-intrusive profiling tools -->
diff --git a/room/benchmark/src/androidTest/AndroidManifest.xml b/room/benchmark/src/androidTest/AndroidManifest.xml
index 51a7a98..23bc3af 100644
--- a/room/benchmark/src/androidTest/AndroidManifest.xml
+++ b/room/benchmark/src/androidTest/AndroidManifest.xml
@@ -21,7 +21,6 @@
 
     <!-- Important: disable debuggable for accurate performance results -->
     <application
-            android:requestLegacyExternalStorage="true"
             android:debuggable="false"
             tools:replace="android:debuggable">
         <!-- enable profileableByShell for non-intrusive profiling tools -->
diff --git a/slices/benchmark/src/androidTest/AndroidManifest.xml b/slices/benchmark/src/androidTest/AndroidManifest.xml
index 18c89a7..8e2298b 100644
--- a/slices/benchmark/src/androidTest/AndroidManifest.xml
+++ b/slices/benchmark/src/androidTest/AndroidManifest.xml
@@ -21,7 +21,6 @@
 
     <!-- Important: disable debuggable for accurate performance results -->
     <application
-            android:requestLegacyExternalStorage="true"
             android:debuggable="false"
             tools:replace="android:debuggable">
         <!-- enable profileableByShell for non-intrusive profiling tools -->
diff --git a/work/workmanager-benchmark/src/androidTest/AndroidManifest.xml b/work/workmanager-benchmark/src/androidTest/AndroidManifest.xml
index 1f0eff0..f48b579 100644
--- a/work/workmanager-benchmark/src/androidTest/AndroidManifest.xml
+++ b/work/workmanager-benchmark/src/androidTest/AndroidManifest.xml
@@ -20,7 +20,6 @@
 
     <!-- Important: disable debuggable for accurate performance results -->
     <application
-        android:requestLegacyExternalStorage="true"
         android:debuggable="false"
         tools:replace="android:debuggable">
         <!-- enable profileableByShell for non-intrusive profiling tools -->