From 68b617130abf3a109fa356024b159f65aea0c027 Mon Sep 17 00:00:00 2001 From: shenlong <139912620+shenlong-tanwen@users.noreply.github.com> Date: Thu, 7 Aug 2025 03:22:42 +0530 Subject: [PATCH] chore: disable android auto backup (#20734) Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> --- mobile/android/app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/app/src/main/AndroidManifest.xml b/mobile/android/app/src/main/AndroidManifest.xml index 09276f6d4a..eee4ff2ddc 100644 --- a/mobile/android/app/src/main/AndroidManifest.xml +++ b/mobile/android/app/src/main/AndroidManifest.xml @@ -27,7 +27,7 @@ + android:largeHeap="true" android:enableOnBackInvokedCallback="false" android:allowBackup="false">