Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 385 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 385 Bytes

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.