mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-04-27 08:24:48 +00:00
fix android 10 file writing permissions
This commit is contained in:
parent
459fc13a58
commit
15ca62f1a4
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
<application
|
||||
android:name="${applicationName}"
|
||||
android:label="Stack Wallet"
|
||||
android:requestLegacyExternalStorage="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:allowBackup="false"
|
||||
android:fullBackupContent="false">
|
||||
|
|
Loading…
Reference in a new issue