Home > Mobile >  Android called system calls
Android called system calls

Time:10-16

 
Intent Intent=new Intent ();
Intent. SetAction (intent. ACTION_CALL);
Intent. SetData (Uri. Parse (" tel: + telNum) ");
Intent. PutExtra (TelecomManager EXTRA_PHONE_ACCOUNT_HANDLE, phoneAccountHandleList. Get (phoneAccountHandleList. The size ()==1? 0: id));
The context. StartActivity (intent);

the above code calls the system calls, call customer service classes according to the instruction input number keys, hang up the phone after return system call log page,

Consult by how great god returned directly App page


thank you! ~ ~!!!!!!!!!!!





CodePudding user response:

His practice guessing on ~ ~ ~

CodePudding user response:

CodePudding user response:

Agghh agghh agghh agghh agghh agghh
Ho ~

CodePudding user response:

Intent. SetClass (TaskDetail. This TaskDetail. Class);
Try with this line of code
  • Related