How do I enable "Telephony Actions" in Android Studio?

3

How to "enable" Telephony Actions in Android Device Monitor ? I would like to do call test in the emulator but the field is disabled.

    
asked by anonymous 12.07.2016 / 12:38

1 answer

3

Reading the documentation for DDMS will verify that the "Emulator Control" tab < a href="https://developer.android.com/studio/profile/ddms.html#ops-location"> is no longer supported .

Support for these features will be provided directly in the Android Emulator

    
12.07.2016 / 13:26