Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open and close browser tab in android browser via intent?

I know I can open a URL in a new tab in a browser from an android app using an intent.

But is there a good way to also close such a tab that my app has opened before?

like image 587
tomsv Avatar asked Nov 07 '25 16:11

tomsv


1 Answers

No, sorry. There is no standard Intent structure for this. While it is possible that some browsers offer something, I am not aware of any that do.

Bear in mind that there is no requirement that your ACTION_VIEW Intent open up a browser tab, as the user's chosen browser may not offer any sort of tab UI metaphor.

like image 152
CommonsWare Avatar answered Nov 09 '25 06:11

CommonsWare



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!