Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top