Search code examples
androidgenymotionphone-call

How to make incoming call in Genymotion emulator for Android?


How can I make an incoming call in Genymotion emulator for Android?

I am using Genymotion emulator to run and test my application.

In the native emulator DDMS, we can make a fake call. Can this be done using the Genymotion emulator?


Solution

  • I found the call function in Genymotion...

    The Phone widget allows to test applications relying on telephony features and observe their behavior when receiving a call or a text message.

    Enter image description here

    To use the Phone widget, click or Ctrl + 8.
    To simulate an incoming call:

    1. Enter an incoming phone number.
    2. Click Call.

    To simulate an incoming message:

    1.Enter an incoming phone number. 2.Enter a text message. 3.Click Send message.

    The text message is displayed in the virtual device via a notification and can also be read in the Messaging application.

    :( This feature is only available with Indie and Business licenses.