Add warning for MIUI users when trying to restore backups with MIUI Optimization disabled

This commit is contained in:
arkon
2021-07-10 11:04:41 -04:00
parent 015e8deb79
commit d4c8480dee
3 changed files with 46 additions and 0 deletions

View File

@@ -418,6 +418,7 @@
<string name="backup_choice">What do you want to backup?</string>
<string name="creating_backup">Creating backup</string>
<string name="creating_backup_error">Backup failed</string>
<string name="restore_miui_warning">MIUI Optimization must be enabled for restore to work correctly.</string>
<string name="restore_in_progress">Restore is already in progress</string>
<string name="restoring_backup">Restoring backup</string>
<string name="restoring_backup_error">Restoring backup failed</string>