Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android SDK: source code of Contact ContentProvider

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 :)

like image 976
hqt Avatar asked Nov 26 '25 10:11

hqt


1 Answers

You won't find that in the core sources because it's not a core package. You can find the android.provider.contacts classes here.

like image 147
Ted Hopp Avatar answered Nov 29 '25 00:11

Ted Hopp



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!