Skip to content

Commit 3d14882

Browse files
authored
Benchmark cannot run in Android12 phone (#100761)
1 parent 7363b29 commit 3d14882

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

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

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

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ 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"
1213
android:launchMode="singleTop"
1314
android:theme="@android:style/Theme.Black.NoTitleBar"
1415
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ 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"
1213
android:launchMode="singleTop"
1314
android:theme="@android:style/Theme.Black.NoTitleBar"
1415
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"

0 commit comments

Comments
 (0)