seedvault/contactsbackup
Chirayu Desai 96ffcc258d Bump version to 11-2.1
* 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
2021-07-06 00:02:14 +05:30
..
libs Add backup of local contacts as an extra APK 2020-10-22 08:29:23 -03:00
src Bump version to 11-2.1 2021-07-06 00:02:14 +05:30
.gitignore Add backup of local contacts as an extra APK 2020-10-22 08:29:23 -03:00
Android.bp Add backup of local contacts as an extra APK 2020-10-22 08:29:23 -03:00
build.gradle Add storage library (and demo app) 2021-07-05 20:08:29 +05:30
default-permissions_org.calyxos.backup.contacts.xml Add backup of local contacts as an extra APK 2020-10-22 08:29:23 -03:00
README.md Add backup of local contacts as an extra APK 2020-10-22 08:29:23 -03:00

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.