Fix backup job background start restricitions with API31+.

This commit is contained in:
Cody Henthorne
2022-10-12 09:48:40 -04:00
committed by GitHub
parent e1c6dfb73b
commit a8e03e9bf2
18 changed files with 453 additions and 22 deletions

View File

@@ -5345,6 +5345,24 @@
<!-- Button label to start export -->
<string name="SetSignalAsDefaultSmsAppFragment__next">Next</string>
<!-- BackupSchedulePermission Megaphone -->
<!-- Can't backup chats megaphone title -->
<string name="BackupSchedulePermissionMegaphone__cant_back_up_chats">Can\'t back up chats</string>
<!-- Can't backup chats megaphone message -->
<string name="BackupSchedulePermissionMegaphone__your_chats_are_no_longer_being_automatically_backed_up">Your chats are no longer being automatically backed up.</string>
<!-- Can't backup chats megaphone button text to take steps to re-enable -->
<string name="BackupSchedulePermissionMegaphone__back_up_chats">Back up chats</string>
<!-- Can't backup chats megaphone button to snooze megaphone and be reshown later -->
<string name="BackupSchedulePermissionMegaphone__not_now">Not now</string>
<!-- Re-enable backup permission bottom sheet title -->
<string name="BackupSchedulePermissionMegaphone__to_reenable_backups">To re-enable backups:</string>
<!-- Re-enable backups permission bottom sheet instruction 1 text -->
<string name="BackupSchedulePermissionMegaphone__tap_the_go_to_settings_button_below">Tap the \"Go to settings\" button below</string>
<!-- Re-enable backups permission bottom sheet instruction 2 text -->
<string name="BackupSchedulePermissionMegaphone__turn_on_allow_settings_alarms_and_reminders">Turn on \"Allow settings alarms and reminders.\"</string>
<!-- Re-enable backups permission bottom sheet call to action button to open settings -->
<string name="BackupSchedulePermissionMegaphone__go_to_settings">Go to settings</string>
<!-- EOF -->
</resources>