summaryrefslogtreecommitdiff
path: root/app/src/debug
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2023-05-24 20:57:05 +0200
committercyBerta <cyberta@riseup.net>2023-07-13 10:53:49 +0200
commitc3be00774aa344e263baba9a0055135891fbffa0 (patch)
treee188ace5fec8c3c700f36978fe6af56708234937 /app/src/debug
parent69164dc81246035deea243181f4134d7018f572f (diff)
disallow backups, since shared prefs are encrypted by device key
Diffstat (limited to 'app/src/debug')
-rw-r--r--app/src/debug/AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/debug/AndroidManifest.xml b/app/src/debug/AndroidManifest.xml
index 08062ff3..c15de426 100644
--- a/app/src/debug/AndroidManifest.xml
+++ b/app/src/debug/AndroidManifest.xml
@@ -22,7 +22,6 @@
<application
android:name=".base.BitmaskApp"
- android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:extractNativeLibs="true"