From d5c75571dc7f8d8260e43f6f71db46d2835f4106 Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 31 Jul 2021 11:43:08 -0400 Subject: [PATCH] Disable Android system auto backup (closes #5114) In practice this feature: - Just didn't work - Magically worked (sometimes; see first point) - Restored something potentially too old and totally messed up the app --- app/src/main/AndroidManifest.xml | 3 +-- app/src/main/res/xml/backup_rules.xml | 6 ------ 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 app/src/main/res/xml/backup_rules.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2cb28ef48e..aba59a7309 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -23,8 +23,7 @@ - - -