That is, I want my browser to start with two tabs open, set to two different URLs. I have tried putting "google.com | facebook.com" into the URL but that does not seem to achieve the intended effect.
Tell me more
×
Android Enthusiasts Stack Exchange is a question and answer site for
enthusiasts and power users of the Android operating system. It's 100% free, no registration required.
|
No, it's not possible. How did I get such result? As always I started to google this possibility but found nothing interesting. So I decided to check Android Browser source code. If you want you can download it by typing in console:
After 5-10 minutes (I'm not new in programming) of looking repository I found 2 facts: 1) The homepage is saved as one 2) The homepage is opening by calling this function (in
So as you see (If you know programming a bit) it returns one tab, not several (like |
|||
|