常用的隐式意图
摘要:
1、跳转到拨号界面 Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse("tel:" + phoneNumber));2、直接拨号 Intent intent = new Intent(Intent.ACTION_CALL, Uri... 阅读全文
posted @ 2015-07-01 21:57 石头hah 阅读(381) 评论(0) 推荐(0)
posted @ 2015-07-01 21:57 石头hah 阅读(381) 评论(0) 推荐(0)
posted @ 2015-07-01 09:30 石头hah 阅读(692) 评论(0) 推荐(0)