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");
[]
更多精彩
赞助商链接