seedvault/contactsbackup
Chirayu Desai a6b32ac3d2 14: Update AOSP libs from gradle, from android-14.0.0_r1
* Compiled with a plain `m`, and then copied over
  from the paths noted in the comments

Change-Id: If5d399d839886c7fe044f5bb7088ed95259e6bf2
2023-10-09 00:01:53 +05:30
..
libs 14: Update AOSP libs from gradle, from android-14.0.0_r1 2023-10-09 00:01:53 +05:30
src Bump version to 14-3.3 2023-10-08 00:39:29 +05:30
.gitignore Add newline at the end of all files 2021-08-25 18:25:00 +03:00
Android.bp contactsbackup: Add SPDX copyright headers 2023-03-09 02:42:03 +05:30
build.gradle Set appropriate namespace in all modules 2023-08-03 00:08:57 +08:00
default-permissions_org.calyxos.backup.contacts.xml contactsbackup: Add SPDX copyright headers 2023-03-09 02:42:03 +05:30
lint.xml Ignore extra translations 2023-03-10 00:07:24 +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.