I need to create some thing like prank call app so
which API should I used for developing the application in which user can call to any number with in app ?
Please help.
I need to create some thing like prank call app so which API should
Share
This is done by broadcasting specific intent
( see: http://developer.android.com/reference/android/content/Intent.html )
ACTION_DIAL displays dialer while ACTION_CALL actually places call.