在 android.git.kernel.org 上的哪里可以找到 Activity、Intent 和 ContentProvider 等类的源代码?

发布于 2024-09-17 00:49:03 字数 114 浏览 3 评论 0原文

不确定如何确定 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

土豪我们做朋友吧 2024-09-24 00:49:04

查看 [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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文