I want to create an Intent that opens the screen showing the call logs of the current device?
How would I specify such an Intent?
Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse("content://call_log/calls"));