Skip to content

Commit 94999f7

Browse files
authored
Set exported to true to allow external adb to start app for CI (flutter#92118)
1 parent e00d87f commit 94999f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/integration_tests/deferred_components_test/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ found in the LICENSE file. -->
1616
<activity
1717
android:name=".MainActivity"
1818
android:launchMode="singleTop"
19-
android:exported="false"
19+
android:exported="true"
2020
android:theme="@style/LaunchTheme"
2121
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
2222
android:hardwareAccelerated="true"

0 commit comments

Comments
 (0)