I am currently calling the dialer from within my activity using the
following code
"Intent dialIntent = new Intent(Intent.ACTION_DIAL);
startActivity(dialIntent);"
is it possible to return to my activity once the call has ended? When the dialer is shown, i want to block the home button, back button etc. so that user cant go anywhere.. is this possible??
2 days ago
following code
"Intent dialIntent = new Intent(Intent.ACTION_DIAL);
startActivity(dialIntent);"
is it possible to return to my activity once the call has ended? When the dialer is shown, i want to block the home button, back button etc. so that user cant go anywhere.. is this possible??
2 days ago