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?
There is no way to do that in Genymotion yet.
UPDATE:
Since version 2.4.0 Genymotion supports phone ans SMS emulation. You can control it from the UI, using the dedicated widget or the Java API to launch it from your Java instrumented tests code.
Disclaimer: I work for Genymotion.