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 ?
thanks
I found the answer, should've called this intent : Intent.ACTION_CALL_BUTTON