[Android Tips] 3. Launch CallLog Activity
2014-04-04 15:02 shaobin0604 阅读(165) 评论(0) 编辑 收藏 举报Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(android.provider.CallLog.Calls.CONTENT_URI);
startActivity(intent);
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(android.provider.CallLog.Calls.CONTENT_URI);
startActivity(intent);