seedvault/contactsbackup
Chirayu Desai 4520ed4fff
Bump version to 13-3.2 (#487)
* Spread out the version code a bit to allow for more
  releases per one name

Change-Id: I70b6ba92e359a1f229ee470f4032c04b9fd25e5b
2023-01-02 13:02:43 -03:00
..
libs gradle: Bump kotlin and dependencies version for Android 13 2022-08-23 14:43:33 +05:30
src Bump version to 13-3.2 (#487) 2023-01-02 13:02:43 -03:00
.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 gradle: Enable java 11 language features 2022-08-23 14:43:34 +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
lint.xml contactsbackup: Ignore missing translations 2022-03-07 19:37:44 +05:30
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.