Fix local backup restore AEP handling and conditional re-enable.

This commit is contained in:
Alex Hart
2026-03-19 12:50:00 -03:00
committed by Cody Henthorne
parent c7a6c7ad9e
commit 78d3db319c
16 changed files with 528 additions and 58 deletions

View File

@@ -9174,6 +9174,18 @@
<!-- RestoreLocalBackupActivity: Label for the button that opens the contact support form -->
<string name="RestoreLocalBackupActivity__contact_support">Contact support</string>
<!-- RestoreLocalBackupActivity: Title for the dialog shown when the restored backup belongs to a different account -->
<string name="RestoreLocalBackupActivity__turn_on_on_device_backups">Turn on on-device backups?</string>
<!-- RestoreLocalBackupActivity: Body for the dialog shown when the restored backup belongs to a different account, prompting the user to re-enable on-device backups -->
<string name="RestoreLocalBackupActivity__to_continue_using_on_device_backups">To continue using on-device backups, you need to enable them for this account and record your new recovery key. You can do this at any time from Settings &gt; Backups.</string>
<!-- RestoreLocalBackupActivity: Confirm button label for the dialog prompting the user to re-enable on-device backups -->
<string name="RestoreLocalBackupActivity__turn_on_now">Turn on now</string>
<!-- RestoreLocalBackupActivity: Dismiss button label for the dialog prompting the user to re-enable on-device backups -->
<string name="RestoreLocalBackupActivity__not_now">Not now</string>
<!-- SelectInstructionsSheet: Title for the select backup folder instruction sheet -->
<string name="SelectInstructionsSheet__select_your_backup_folder">Select your backup folder</string>
<!-- SelectInstructionsSheet: Instruction to tap the select this folder button -->