Skip to content

Commit

Permalink
Merge pull request xbmc#18806 from DaveTBlake/AndroidMan29
Browse files Browse the repository at this point in the history
[Android] Enable LegacyExternalStorage (part of SDK 29 bump) Fix Typo
  • Loading branch information
DaveTBlake authored Nov 18, 2020
2 parents 88e186e + 8095475 commit c08d72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/android/packaging/xbmc/AndroidManifest.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
android:hasCode="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:logo="@drawable/banner">
android:logo="@drawable/banner"
android:requestLegacyExternalStorage="true">
<activity
android:name=".Splash"
Expand Down

0 comments on commit c08d72a

Please sign in to comment.