Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`
- Loading branch information