Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
不确定如何确定 android.git.kernel.org 上的哪个 android 项目对应于 SDK 中某些应用示例中扩展的类,例如 Activity、Intent 和 ContentProvider。
在 [platform/frameworks/base.git] 下查看所需版本的树,然后
/core/java/android/app for Activity
/core/java/android/content为Intent和ContentProvider