Skip to content

Commit

Permalink
fix(andoid-10): export files
Browse files Browse the repository at this point in the history
  • Loading branch information
azarz committed Oct 9, 2024
1 parent 71fc339 commit c301c2b
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 @@ -6,6 +6,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:requestLegacyExternalStorage="true"
android:theme="@style/AppTheme">
<activity
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
Expand Down

0 comments on commit c301c2b

Please sign in to comment.