在 android.git.kernel.org 上的哪里可以找到 Activity、Intent 和 ContentProvider 等类的源代码?
不确定如何确定 android.git.kernel.org 上的哪个 android 项目对应于 SDK 中某些应用程序示例中扩展的类(例如 Activity、Intent 和 ContentProvider)。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 [platform/frameworks/base.git] 下所需版本的树,
然后
/core/java/android/app 为 Activity
/core/java/android/content 为 Intent 和 ContentProvider
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