Add an activity for launching a restore from backup

Change-Id: Ibd73f8549bb3ec9e829ad9082399dbbf0a6ca4f5
This commit is contained in:
Torsten Grote
2019-09-04 15:58:07 -03:00
committed by Michael Bestas
parent a96ccce7b3
commit fc026fcadc
7 changed files with 168 additions and 0 deletions

View File

@@ -98,4 +98,9 @@
<string name="lockscreen_setup_summary"><b>Protect this device</b> and require a PIN, pattern, or password to unlock the screen</string>
<string name="lockscreen_setup_screen_lock_setup">Set up</string>
<!-- Backup Restore -->
<string name="intro_restore_title">Restore apps and data</string>
<string name="intro_restore_subtitle" product="tablet">If you have a backup from your last LineageOS tablet, you can restore it here.</string>
<string name="intro_restore_subtitle" product="default">If you have a backup from your last LineageOS phone, you can restore it here.</string>
<string name="intro_restore_button">Restore from backup</string>
</resources>