WEB开发网
开发学院手机开发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 [复制链接] [打 印]
赞助商链接