secant-android-wallet/docs/Auto Backup.md

13 lines
372 B
Markdown
Raw Permalink Normal View History

2024-11-25 02:38:51 -08:00
# Android Auto Backup
- The Zashi app uses the Android Auto Backup feature to back up the encrypted address book file securely on the
user's Google Drive cloud
## Android Auto Backup testing
To force the system Android backup logic for testing use the following ADB commands:
```
adb shell bmgr enable true
adb shell bmgr backupnow co.electriccoin.zcash.debug
```