Add ability to turn off and delete backups.

This commit is contained in:
Alex Hart
2024-06-18 12:43:47 -03:00
committed by Greyson Parrelli
parent 6659700a1c
commit 5ecf60a306
20 changed files with 239 additions and 152 deletions

View File

@@ -7031,5 +7031,11 @@
<!-- Educational bottom sheet confirm/dismiss button text shown to notify about delete syncs causing deletes to happen across all devices -->
<string name="DeleteSyncEducation_acknowledge_button">OK</string>
<!-- RemoteBackupsSettingsFragment -->
<!-- Text on dialog while user backup is being deleted -->
<string name="RemoteBackupsSettingsFragment__deleting_backup">Deleting backup…</string>
<!-- Text on dialog when user backup is deleted -->
<string name="RemoteBackupsSettingsFragment__backup_deleted">Backup deleted</string>
<!-- EOF -->
</resources>