Saturday, 20 July 2019

Changing focus to 2nd app in multi-window

I have my two Android apps running in multi-window mode on a Tablet; App1 and App2. App1 is in focus, I send a broadcast from App1 to App2. There I open a web url externally, using startActivity. But that web URL opens in App1 instead of App2, because App1 was in focus. Though I launched the web url from App2.

I want to open the web url in App2. So I'll probably need to bring App2 to focus from my code first? how to do that?



from Changing focus to 2nd app in multi-window

No comments:

Post a Comment