calllog - android - showing original call log activity -
i use code show example "phone status" activity :
intent myintent = new intent(android.provider.settings.action_device_info_settings); startactivity(myintent);
now address should use show call log activity ?
- i don't want use cursor go through call logs !
- i want load original "call log activity" not create fake one.
thanks
i found answer, should've called intent : intent.action_call_button
Comments
Post a Comment