[Android Tips] 3. Launch CallLog Activity

Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(android.provider.CallLog.Calls.CONTENT_URI);
startActivity(intent);
上一篇:http session 基础知识


下一篇:git detached