Search code examples
android-activitycalllog

android - showing original call log activity


I use this code to show for example "phone status" activity :

Intent myIntent = new Intent(android.provider.Settings.ACTION_DEVICE_INFO_SETTINGS);
startActivity(myIntent);

now what address should I use to show call log activity ?

  • I don't want to use cursor to go through call logs !
  • I want to load the original "call log activity" not create a fake one.

thanks


Solution

  • I found the answer, should've called this intent : Intent.ACTION_CALL_BUTTON