Serhii Ivanov
Lurker
Hi there.
I'm a totally newbie in android development and trying to understand how contact content provider works.
My assumptions so far:
1) To work with contacts content provider via URI's you should be able to pass oauth2 authorization first.
I.e. not enough to have rights in your application.
2) If you work with AOSP - based OS, say, in a car and pair with Bluetooth device then contents of contacts are filled with data by means of framework via, say, PBAP of Bluetooth.
3) If you want to connect another phone then all data from previous one is lost.
Am I right in my assumptions?
I'm a totally newbie in android development and trying to understand how contact content provider works.
My assumptions so far:
1) To work with contacts content provider via URI's you should be able to pass oauth2 authorization first.
I.e. not enough to have rights in your application.
2) If you work with AOSP - based OS, say, in a car and pair with Bluetooth device then contents of contacts are filled with data by means of framework via, say, PBAP of Bluetooth.
3) If you want to connect another phone then all data from previous one is lost.
Am I right in my assumptions?