From 6b6dbcd23247c53bd6e71896a08da02413f5a6b8 Mon Sep 17 00:00:00 2001 From: Marcos Date: Wed, 13 Dec 2023 11:26:42 +0000 Subject: [PATCH] Add flag to set fullbackup to false (#3996) Task/Issue URL: https://app.asana.com/0/488551667048375/1206133268245246/f ### Description Adds the fullBackupOnly set to false to hopefully avoid some devices to do a full backup instead of a key-value. ### Steps to test this PR - [x] Download the `test_cloud_backup.sh` script attached in the task and give it execution permissions (or run `chmod -R 777 test_cloud_backup.sh`) - [x] Add a log in the `getVariantKey()` method inside `VariantManagerImpl` to show the value of the variant we are returning. - [x] Build the app and go throw the welcome screen - [x] In the console execute `./test_cloud_backup.sh com.duckduckgo.mobile.android.debug` - [x] If it fails check that you have backups enabled on your phone. - [x] Once it succeds the app would have been re-installed, open it again manually. - [x] You should see in the logs the variant changes to `ru` --- app/src/main/AndroidManifest.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ad87057a8dad..83f71c023bf8 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -33,6 +33,7 @@ +