I want to trigger an intent that opens the dialer adds a number and then
presses the call bottom.
call
Is there any way to do the press bo
press
You cannot "press the call button". You can use ACTION_CALL (instead of ACTION_DIAL), which will directly place the phone call. This requires the CALL_PHONE permission and will not work for emergency numbers (e.g., 911 in the US).
ACTION_CALL
ACTION_DIAL
CALL_PHONE