I m trying implement code to show my application in native Contacts app like WhatsApp, Skype and other calling app. So user can user my application instead of native Dialer app. I tried to implement Custom SyncAdapter to update contacts with my application. Custom sync adapter worked fine but my application name shows under randomly contacts( not in all contacts). So I need help in
- How all native contacts show my application name ?
- If my application name appeared on native contact and try to select number to dial with my app, shows error toast message "No application found to handle this action". Even after setting correct MIME type.
I have tested on Android 8.1 and Android 12