seedvault/contactsbackup
Micovec 31d31bd6f9 Translated using Weblate (Czech)
Currently translated at 93.7% (15 of 16 strings)

Translated using Weblate (Czech)

Currently translated at 100.0% (1 of 1 strings)

Translated using Weblate (Czech)

Currently translated at 91.1% (154 of 169 strings)

Translated using Weblate (Czech)

Currently translated at 76.9% (130 of 169 strings)

Co-authored-by: Micovec <jiri.vokrinek@email.cz>
Translate-URL: https://hosted.weblate.org/projects/calyxos/seedvault/cs/
Translate-URL: https://hosted.weblate.org/projects/calyxos/seedvault_contactsbackup/cs/
Translate-URL: https://hosted.weblate.org/projects/calyxos/seedvault_storage/cs/
Translation: CalyxOS/Seedvault
Translation: CalyxOS/Seedvault contacts backup
Translation: CalyxOS/Seedvault storage backup
2022-03-24 21:18:05 +05:30
..
libs First version bumps for Android 12 2021-10-13 16:25:41 +05:30
src Translated using Weblate (Czech) 2022-03-24 21:18:05 +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 First version bumps for Android 12 2021-10-13 16:25:41 +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.