link : http://loveyeri.tistory.com/entry/Android-Call-Log%ED%86%B5%ED%99%94%EB%AA%A9%EB%A1%9D-Activity-%EB%B6%88%EB%9F%AC%EC%98%A4%EA%B8%B0
Intent i = new Intent();
i.setAction(Intent.ACTION_CALL_BUTTON);
startActivity(i);
Intent i = new Intent();
i.setAction(Intent.ACTION_CALL_BUTTON);
startActivity(i);
'Android' 카테고리의 다른 글
android hosts path (0) | 2013.10.08 |
---|---|
acessing call logs (0) | 2013.10.08 |
call logs (0) | 2013.10.08 |
browser open (0) | 2013.10.08 |
get phone number (0) | 2013.10.08 |