Part of the code below for the Big God Solution
public class Outgoingcallreceiver extends Broadcastreceiver {@SuppressLint ("showtoast") @Overridepublic void OnReceive (context context, Intent Intent) { String phone = this.getresultdata ();//Get out of the phone System.out.println (" Dial "+phone"); Toast.maketext (context, "dialing" +phone, 10000). Show ();}}
<!--to radio receiver ---<receiver android:name= ". Outgoingcallreceiver "> <intent-filter> <!--Monitor to power-up <action android:name=" Android.intent.action.NEW_OUTGOING_CALL "/> <action android:name=" Android.intent.action.BOOT_COMPLETED "/> </intent-filter> </receiver>
I QQ 850459198 ask the big God to help see what the reason for the virtual machine running can listen to dial the real machine run play all did not respond to the charm Blue Note has been tested
To use the radio to monitor the phone dialing on the virtual machine can run the real machine can't