Skip to content

Commit

Permalink
Temporary workaround to Android Q storage restrictions (#1291)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Mar 29, 2020
1 parent 6083bf1 commit c94b2bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.kontalk"
android:installLocation="internalOnly">
android:installLocation="internalOnly"
android:requestLegacyExternalStorage="true">

<!-- internal permissions -->
<permission android:name="${applicationId}.permission.NOTIFICATION_ACTION" android:protectionLevel="signature" />
Expand Down

0 comments on commit c94b2bc

Please sign in to comment.