开发者

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

开发者 https://www.devze.com 2023-03-25 21:44 出处:网络
I am calling a number from my app using startActivity(new Intent(Intent.ACTION_CALL, Uri.parse(\"tel:\"+constant.开发者_StackOverflow社区confitacth2)));

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

精彩评论

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