Phone Contacts
Use this component when you want to have access to the User's Phone Contact List. You will be able to use the Contacts List for various use cases, such as making and receiving phone calls.
IVI SDK relies on the Bluetooth Contacts Profile for accessing the phone's contacts while connected over Bluetooth to the head Unit
1. Dependencies
Open the build.gradle file for your project and add the following dependencies:
1 2 3 4 |
|
2. Get Contacts
Permissions
Set the permission in order to be able to get contacts.
1 2 3 4 5 6 |
|
3. Search Contacts
Permissions
Set the permissions in orfer to be able to search contacts.
1 2 3 4 5 6 |
|
4. Add/Update Contacts
Info
Not yet implemented.