Skip to content

Commit

Permalink
use unscoped storage (fixes usage on android 10)
Browse files Browse the repository at this point in the history
Signed-off-by: r4sas <[email protected]>
  • Loading branch information
r4sas committed Jan 5, 2020
1 parent 5337aa1 commit 26ad793
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
android:icon="@drawable/icon"
android:label="@string/app_name"
android:theme="@android:style/Theme.Holo.Light.DarkActionBar"
android:requestLegacyExternalStorage="true"
>
<receiver android:name=".NetworkStateChangeReceiver">
<intent-filter>
Expand Down

0 comments on commit 26ad793

Please sign in to comment.