seedvault/contactsbackup
Aayush Gupta 1943595f11 Migrate to new plugins and dependency management system
* Ensure every plugin is present in project's plugin block with version
* Switch to full plugin id for jetbrains plugins
* Move plugin and dependency repos to settings

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-07-03 23:28:27 +05:30
..
libs gradle: Bump kotlin and dependencies version for Android 13 2022-08-23 14:43:33 +05:30
src Import translations from Weblate 2023-05-27 04:02:43 +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 Migrate to new plugins and dependency management system 2023-07-03 23:28:27 +05:30
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.