• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps content provider authorization help

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?
 
Back
Top Bottom