File tree 4 files changed +4
-0
lines changed
macrobenchmarks/android/app/src/main
multiple_flutters/android/app/src/main
platform_views_layout/android/app/src/main
platform_views_layout_hybrid_composition/android/app/src/main 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ found in the LICENSE file. -->
23
23
<activity
24
24
android : exported =" true"
25
25
android : name =" .MainActivity"
26
+ android : exported =" true"
26
27
android : launchMode =" singleTop"
27
28
android : theme =" @style/LaunchTheme"
28
29
android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ found in the LICENSE file. -->
13
13
android : theme =" @style/Theme.MultipleFlutters" >
14
14
<activity
15
15
android : name =" .MainActivity"
16
+ android : exported =" true"
16
17
android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
17
18
android : hardwareAccelerated =" true"
18
19
android : windowSoftInputMode =" adjustResize" >
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ found in the LICENSE file. -->
9
9
10
10
<application android : name =" ${applicationName}" android : label =" platform_view_layout" >
11
11
<activity android : name =" .DummyPlatformViewActivity"
12
+ android : exported =" true"
12
13
android : launchMode =" singleTop"
13
14
android : theme =" @android:style/Theme.Black.NoTitleBar"
14
15
android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ found in the LICENSE file. -->
9
9
10
10
<application android : name =" ${applicationName}" android : label =" platform_view_layout" >
11
11
<activity android : name =" .DummyPlatformViewActivity"
12
+ android : exported =" true"
12
13
android : launchMode =" singleTop"
13
14
android : theme =" @android:style/Theme.Black.NoTitleBar"
14
15
android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
You can’t perform that action at this time.
0 commit comments