96ffcc258d
* Only change here is the BIP39 dependency replacement, however I'm still bumping version so that it's easy to figure out in case there ever was a build with just 2.0 and not this due to whatever reason Change-Id: I9783d5e038d002e871c09be6fe61174c5a5b901f |
||
---|---|---|
.. | ||
libs | ||
src | ||
.gitignore | ||
Android.bp | ||
build.gradle | ||
default-permissions_org.calyxos.backup.contacts.xml | ||
README.md |
Local Contacts Backup
A backup application that backs up local on-device contacts via the system's backup API. This explicitly excludes contacts that are synced via sync accounts such as DAVx⁵.
Permissions
android.permission.READ_CONTACTS
to back up local contacts.android.permission.WRITE_CONTACTS
to restore local contacts to the device.