How to simulate incoming calls on a real device?

For testing purposes, I want to simulate / spoof incoming calls on a real Android device (i.e. not in an emulator). I know that DDMS provides this function for emulators , but I can not find a solution for real devices connected by usb.

+5
source share
1 answer

In Using DDMS Documentation , review the section under the heading Service Calls or SMS Text Messages .

DDMS is an executable file that is located in your directory toolsin the Android SDK.

0
source

All Articles