use unscoped storage (fixes usage on android 10)

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
r4sas 2020-01-05 23:04:08 +00:00
parent 5337aa10f7
commit 26ad793d82
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2

View file

@ -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>