addFlags

abstract fun addFlags(flags: Int): Intent

添加标志位。

Return

返回当前 Intent 对象。

Parameters

flags

要添加的标志位整数,建议通过 getIntentFlags 获取。