seedvault/contactsbackup
Michael Bestas 6a24606054 Bump version to 11-2.3
Change-Id: I792a1b1039f2ffcf23301334914b9c1fc75244ef
2021-10-04 18:22:20 +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.3 2021-10-04 18:22:20 +05:30
.gitignore Add newline at the end of all files 2021-08-25 18:25:00 +03:00
Android.bp Move LocalContactsBackup to product partition 2021-08-27 17:17:59 +05:30
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.