I am calling a number from my app using
startActivity(new Intent(Intent.ACTION_CALL, Uri.parse("tel:"+constant.开发者_StackOverflow社区confitacth2)));
when the call is ended its returning to native calllog but. i want it to return to my app is that possible..?
If you are not finishing your activity after calling startActivity(new Intent(Intent.ACTION_CALL, Uri.parse("tel:"+constant.confitacth2))); then on call end it will show the activity from where you have gone.I tested this issue on 3-4 devices.
精彩评论