Unverified Commit 3d148821 authored by JsouLiang's avatar JsouLiang Committed by GitHub

Benchmark cannot run in Android12 phone (#100761)

parent 7363b29c
...@@ -23,6 +23,7 @@ found in the LICENSE file. --> ...@@ -23,6 +23,7 @@ found in the LICENSE file. -->
<activity <activity
android:exported="true" android:exported="true"
android:name=".MainActivity" android:name=".MainActivity"
android:exported="true"
android:launchMode="singleTop" android:launchMode="singleTop"
android:theme="@style/LaunchTheme" android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
......
...@@ -13,6 +13,7 @@ found in the LICENSE file. --> ...@@ -13,6 +13,7 @@ found in the LICENSE file. -->
android:theme="@style/Theme.MultipleFlutters"> android:theme="@style/Theme.MultipleFlutters">
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"
android:exported="true"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true" android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize"> android:windowSoftInputMode="adjustResize">
......
...@@ -9,6 +9,7 @@ found in the LICENSE file. --> ...@@ -9,6 +9,7 @@ found in the LICENSE file. -->
<application android:name="${applicationName}" android:label="platform_view_layout"> <application android:name="${applicationName}" android:label="platform_view_layout">
<activity android:name=".DummyPlatformViewActivity" <activity android:name=".DummyPlatformViewActivity"
android:exported="true"
android:launchMode="singleTop" android:launchMode="singleTop"
android:theme="@android:style/Theme.Black.NoTitleBar" android:theme="@android:style/Theme.Black.NoTitleBar"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
......
...@@ -9,6 +9,7 @@ found in the LICENSE file. --> ...@@ -9,6 +9,7 @@ found in the LICENSE file. -->
<application android:name="${applicationName}" android:label="platform_view_layout"> <application android:name="${applicationName}" android:label="platform_view_layout">
<activity android:name=".DummyPlatformViewActivity" <activity android:name=".DummyPlatformViewActivity"
android:exported="true"
android:launchMode="singleTop" android:launchMode="singleTop"
android:theme="@android:style/Theme.Black.NoTitleBar" android:theme="@android:style/Theme.Black.NoTitleBar"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment