android - How to make call directly without using calling intent? -


can make call directly without calling dial intent?

i want use calling way create call manager.

what different ways of making call?

no, have use intent.action_call. that's way:

intent dialintent = new intent(intent.action_call); dialintent.setdata(uri.parse("tel:000000")); startactivity(dialintent); 

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -