This fixes broken AGP Upgrade Assistant in Android Studio as well as detects the version catalog files in Android view. Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com> |
||
|---|---|---|
| .. | ||
| libs | ||
| src | ||
| .gitignore | ||
| Android.bp | ||
| build.gradle.kts | ||
| default-permissions_org.calyxos.backup.contacts.xml | ||
| lint.xml | ||
| README.md | ||
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_CONTACTSto back up local contacts.android.permission.WRITE_CONTACTSto restore local contacts to the device.