Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 59d80dc

Browse files
authored
[Android] Add explicit exported tag to Linux_android flavors test (#117542)
* Add exported tag * Undo testing changes
1 parent b68cebd commit 59d80dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ found in the LICENSE file. -->
1212
android:label="flavors">
1313
<activity
1414
android:name=".MainActivity"
15+
android:exported="true"
1516
android:launchMode="singleTop"
1617
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
1718
android:hardwareAccelerated="true"

0 commit comments

Comments
 (0)