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