Browse Source

use unscoped storage (fixes usage on android 10)

Signed-off-by: r4sas <r4sas@i2pmail.org>
pull/1491/head
R4SAS 4 years ago
parent
commit
26ad793d82
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 1
      android/AndroidManifest.xml

1
android/AndroidManifest.xml

@ -16,6 +16,7 @@ @@ -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>

Loading…
Cancel
Save