代码改变世界

[Android Tips] 3. Launch CallLog Activity

2014-04-04 15:02  shaobin0604  阅读(162)  评论(0编辑  收藏  举报
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(android.provider.CallLog.Calls.CONTENT_URI);
startActivity(intent);