Skip to content

Commit

Permalink
Added android:exported="true" to Android manifest (#62631)
Browse files Browse the repository at this point in the history
This is needed for targeting Android 12 (API 31)
  • Loading branch information
ZhilkinSerg authored Dec 9, 2022
1 parent b1a88cc commit 1935718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
android:keepScreenOn="true"
android:screenOrientation="userLandscape"
android:configChanges="keyboardHidden|keyboard|orientation|screenSize|navigation"
android:exported="true"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit 1935718

Please sign in to comment.