diff options
| author | Ali B <abittin@gmail.com> | 2020-05-02 16:51:05 +0200 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@box1> | 2020-05-02 16:51:05 +0200 |
| commit | e9ae49f6de526a63eccc9d4ef4c0ae3be3efb82c (patch) | |
| tree | 3c19db0c602b71c1359047dbc13d0d3008f93857 | |
| parent | 21d17e7df0a9341cede2fd450c6d3ba06e9727c0 (diff) | |
| parent | 97a593cc103750184b52ab4bbd4903bf857eb432 (diff) | |
Merge "JamesDSP: add storage permissions" into q10.0
| -rw-r--r-- | app/src/main/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ff340e2..212b47d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -13,6 +13,7 @@ <protected-broadcast android:name="james.dsp.UPDATE" /> <application + android:requestLegacyExternalStorage="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:persistent="true" @@ -62,4 +63,4 @@ </intent-filter> </service> </application> -</manifest>
\ No newline at end of file +</manifest>
\ No newline at end of file |
