开发者

Can i return to my application once press call end button in android

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜