开发学院手机开发Android 开发 Android 如何用Activity打开CallLog 阅读

Android 如何用Activity打开CallLog

 2010-09-15 00:12:00 来源:WEB开发网   
核心提示:用如下Intent就可以打开Activity 查看CallLog了。Intent itt = new Intent();itt.setAction(Intent.ACTION_VIEW);itt.setType("vnd.android.cursor.dir/calls");

用如下Intent就可以打开Activity 查看CallLog了。

Intent itt = new Intent();

itt.setAction(Intent.ACTION_VIEW);

itt.setType("vnd.android.cursor.dir/calls");

Tags:Android 如何 Activity

编辑录入:coldstar [复制链接] [打 印]
[]
  • 好
  • 好的评价 如果觉得好,就请您
      0%(0)
  • 差
  • 差的评价 如果觉得差,就请您
      0%(0)
更多精彩
    赞助商链接

    热点阅读
      焦点图片
        最新推荐
          精彩阅读