seedvault/contactsbackup
Michael Bestas 532ed5e3f1
Add newline at the end of all files
Change-Id: I85718a4d8254d27e36f1712e4430e82863ba721e
2021-08-25 18:25:00 +03:00
..
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 newline at the end of all files 2021-08-25 18:25:00 +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.