Skip to content Skip to sidebar Skip to footer

Onactivityresult Not Getting Called For Intent.action_call - After User Exits The Native Dialer

I am doing this to achieve my actual objective which is https://stackoverflow.com/questions/26477947/how-to-call-a-function-after-android-dialer-has-completed-call-using-phonegap-p

Solution 1:

It is not possible to have a callback for ACTION_CALL, have to try other ways to meet my primary objective

Sources Android startActivityForResult, setResult, onActivityResult not called

"Note here: output = None." http://developer.android.com/reference/android/content/Intent.html#ACTION_CALL

Post a Comment for "Onactivityresult Not Getting Called For Intent.action_call - After User Exits The Native Dialer"