Open application into a panel

fanfalveto

Active Member
Licensed User
Longtime User
Good morning,could open an application within a panel for example?
I mean open an installed application (eg browser) in a panel of my application?
Thank you
 

warwound

Expert
Licensed User
Longtime User
Your application cannot (i think) host another external application.

It's possible to load an Activity from your application in a container View - the StandOut library does this.
XverhelstX was chatting to me and wanted to host external applications in StandOut windows and after a lot of research and effort found it was not possible.

It goes against the Android security model.

Martin.
 
Upvote 0
Top