Package-level declarations
Types
Link copied to clipboard
Android Bundle 的包装接口。 Bundle 用于在不同组件(如 Activity, Fragment)之间传递键值对数据。
Link copied to clipboard
Description TODO
Link copied to clipboard
Android Intent 的包装接口。 用于封装 Intent 的创建、属性设置以及常量的访问。
Link copied to clipboard
interface IntentActions
Intent 动作接口,定义了 Android Intent 中常用的 ACTION 常量。 包含了启动 Activity 的标准动作以及系统标准广播动作。
Link copied to clipboard
interface IntentCategories
Intent 类别接口,定义了 Android Intent 中常用的 CATEGORY 常量。 类别提供了关于要执行的操作的额外信息(例如:这是一个启动器 Activity,或者这应该在浏览器中打开)。
Link copied to clipboard
interface IntentExtras
Intent 额外数据键接口,定义了 Android Intent 中常用的 EXTRA 常量。 这些常量用作 Intent bundle 中数据的 Key,用于在组件之间传递标准化的数据。
Link copied to clipboard
interface IntentFlags
Intent 标志位接口,定义了 Android Intent 中常用的 FLAG 常量。