Skip to content

Commit 9876b0d

Browse files
authored
Revert "Benchmark cannot run in Android12 phone (#100761)" (#102649)
This reverts commit 3d14882.
1 parent 3d14882 commit 9876b0d

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

dev/benchmarks/macrobenchmarks/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ found in the LICENSE file. -->
2323
<activity
2424
android:exported="true"
2525
android:name=".MainActivity"
26-
android:exported="true"
2726
android:launchMode="singleTop"
2827
android:theme="@style/LaunchTheme"
2928
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"

dev/benchmarks/multiple_flutters/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ found in the LICENSE file. -->
1313
android:theme="@style/Theme.MultipleFlutters">
1414
<activity
1515
android:name=".MainActivity"
16-
android:exported="true"
1716
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
1817
android:hardwareAccelerated="true"
1918
android:windowSoftInputMode="adjustResize">

dev/benchmarks/platform_views_layout/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ found in the LICENSE file. -->
99

1010
<application android:name="${applicationName}" android:label="platform_view_layout">
1111
<activity android:name=".DummyPlatformViewActivity"
12-
android:exported="true"
1312
android:launchMode="singleTop"
1413
android:theme="@android:style/Theme.Black.NoTitleBar"
1514
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"

dev/benchmarks/platform_views_layout_hybrid_composition/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ found in the LICENSE file. -->
99

1010
<application android:name="${applicationName}" android:label="platform_view_layout">
1111
<activity android:name=".DummyPlatformViewActivity"
12-
android:exported="true"
1312
android:launchMode="singleTop"
1413
android:theme="@android:style/Theme.Black.NoTitleBar"
1514
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"

0 commit comments

Comments
 (0)