Unverified Commit 59d80dc8 authored by Camille Simon's avatar Camille Simon Committed by GitHub

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

* Add exported tag

* Undo testing changes
parent b68cebd9
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment