From 224a1f5dc0e27f7e382ab68d5e11ca0af3f9b2a1 Mon Sep 17 00:00:00 2001 From: Erdem Yerebasmaz Date: Thu, 25 Jul 2024 15:40:44 +0300 Subject: [PATCH] Disable application backup on Android --- android/app/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index b6da5019f..ebf44b2ae 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -12,7 +12,8 @@ android:label="Breez Cloud" android:name="${applicationName}" android:roundIcon="@mipmap/ic_launcher" - android:icon="@mipmap/ic_launcher"> + android:icon="@mipmap/ic_launcher" + android:allowBackup="false">