Android 2.1 的 intent 的 dialer 实例
2010-03-18 16:12:00 来源:WEB开发网核心提示:Constant Value: 4 (0x00000004)public static final int FLAG_GRANT_READ_URI_PERMISSIONIf set, the recipient of this Intent will be granted permissionto perform re
Constant Value: 4 (0x00000004)
public static final int FLAG_GRANT_READ_URI_PERMISSION
If set, the recipient of this Intent will be granted permission
to perform read operations on the Uri in the Intent's data.
Constant Value: 1 (0x00000001)
public static final int FLAG_GRANT_WRITE_URI_PERMISSION
If set, the recipient of this Intent will be granted permission
to perform write operations on the Uri in the Intent's data.
Constant Value: 2 (0x00000002)
public static final int FLAG_RECEIVER_REGISTERED_ONLY
If set, when sending a broadcast only registered receivers will be
called -- no BroadcastReceiver components will be launched.
Constant Value: 1073741824 (0x40000000)
更多精彩
赞助商链接