[Android] Add explicit exported tag to Linux_android flavors test (#117542)

* Add exported tag

* Undo testing changes
This commit is contained in:
Camille Simon 2023-01-30 10:47:51 -08:00 committed by GitHub
parent b68cebd9ce
commit 59d80dc876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ found in the LICENSE file. -->
android:label="flavors">
<activity
android:name=".MainActivity"
android:exported="true"
android:launchMode="singleTop"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"