mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-14 00:11:40 +00:00
option to disable auto backup; close #1433
This commit is contained in:
parent
15e5d39f6b
commit
7345ecefd0
7 changed files with 71 additions and 14 deletions
|
|
@ -303,6 +303,11 @@
|
|||
<string name="unknown">Unknown</string>
|
||||
<string name="removed_from_favs">Removed from Favourites!</string>
|
||||
<string name="backup_and_restore">Backup & Restore</string>
|
||||
<string name="auto_backup">Auto Backup</string>
|
||||
<string name="auto_backup_summary">Starting from Android 6, Android\'s Auto Backup feature will upload all app settings, account login data, and favorites onto your Google Drive, which can be restored by reinstalling the app after uninstallation.</string>
|
||||
<string name="auto_backup_warning">This preference has no effect if Google Play Services is not present, or if Auto Backup is disabled from your device settings. Disabling here does not erase existing backups.</string>
|
||||
<string name="auto_backup_setting">Enable Auto Backup</string>
|
||||
<string name="manual_backup">Manual Backup</string>
|
||||
<string name="backup_summary">Backup Barinsta app settings, account login data, and/or favorites to a plain text or encrypted backup file for later restoration.</string>
|
||||
<string name="backup_warning">If you\'re backing up account login data, treat the file as confidential and keep it somewhere safe!</string>
|
||||
<string name="create_backup">Create new backup file</string>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<full-backup-content>
|
||||
|
||||
</full-backup-content>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue