I’m building a ContentProvider and I’m interesting in how Android Team builds Contact ContentProvider. But, when I browse Android source code (in Android SDK\source folder), I don’t see something relate to my need. I just see the most relation is : ContentProvider.java (in folder Android SDK\sources\android-15\android\content), but It’s just a class for custom build Content Provider.
Who can point out for me, which file is it, please.
thanks 🙂
You won’t find that in the core sources because it’s not a core package. You can find the
android.provider.contactsclasses here.