Not sure how to figure out which android project on android.git.kernel.org corresponds to the classes extended in some of the app examples in the SDK such as Activity, Intent, and ContentProvider.
Not sure how to figure out which android project on android.git.kernel.org corresponds to the
Share
Look at the tree of your desired release under [platform/frameworks/base.git] ,
then
/ core / java / android / app for Activity
/ core / java / android / content for Intent and ContentProvider