Search code examples
androidphone-call

Make a phone call without pressing the call button


I have a class that makes a call to an emergency number. I get to the "call" app with the phone number already passed in, but i still have to press the Call Button to start the call.

Is there a possibility where i don't actively have to press the call button but it does it automatically?


Solution

  • Emergency numbers always require that the user presses a button explicitly. This is a security feature.

    See docu for ACTION_CALL