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

Commit

Permalink
[Android] Add explicit exported tag to Linux_android flavors test (#1…
Browse files Browse the repository at this point in the history
…17542)

* Add exported tag

* Undo testing changes
  • Loading branch information
camsim99 authored Jan 30, 2023
1 parent b68cebd commit 59d80dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 59d80dc

Please sign in to comment.