How to make incoming call in Genymotion emulator for Android?

前端 未结 3 909
傲寒
傲寒 2021-02-02 12:30

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, w

3条回答
  •  误落风尘
    2021-02-02 12:58

    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.

提交回复
热议问题