Skip to content

Commit

Permalink
Android: Disable backup to Google Drive (#5114)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-r-m authored Jun 24, 2021
1 parent fe83491 commit 5047cf1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/app-mobile/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
Apps targeting Android 10 (sdk 29) can no longer freely access arbitrary paths on the shared storage.
This attribute allows to opt out of this restriction.
android:allowBackup: used to enable Android Backup which some users need:
https://github.com/laurent22/joplin/issues/4020
android:resizeableActivity: allows user to resize Joplin window
https://github.com/laurent22/joplin/issues/3547
-->
Expand All @@ -29,7 +26,7 @@
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:allowBackup="true"
android:allowBackup="false"
android:networkSecurityConfig="@xml/network_security_config"
android:requestLegacyExternalStorage="true"
android:resizeableActivity="true"
Expand Down

0 comments on commit 5047cf1

Please sign in to comment.