#android
#contacts
#bug
how to fix contact sync not working on android
or contact sync says it need contacts permission
you will need USB debugging enabled and ADB on a laptop
enable usb debugging, connect to linux laptop, run:
adb logcat
(this will display the live logs)
on the phone try to sync (disable and enable contact sync) and follow the logs,
I got an error: com.google.android.gms did not have contact permission
gms is a hidden system app so it does not show up on the phone at all