简体   繁体   English

如何从我的应用程序中以指定的高度(例如半屏)运行另一个应用程序-B4A

[英]how to run another app from my app with a specified height(for example half screen)-B4A

In B4A (Basic for android) I know how to run another application from my app. 在B4A(Android的基础版)中,我知道如何从我的应用程序运行另一个应用程序。 this could be done using "phone" library and using intent. 这可以使用“电话”库并使用意图来完成。 now my question is that how can I start the another app from my app with a customized width or height (for example second app be shown in half screen). 现在我的问题是,如何从我的应用程序以自定义的宽度或高度启动另一个应用程序(例如,半屏显示第二个应用程序)。 Or showing the second app in a panel, or dialog, or something like them. 或在面板,对话框或类似内容中显示第二个应用程序。 how can I do that? 我怎样才能做到这一点? thanks 谢谢

That is impossible. 那是不可能的。 You cannot embed other applications' UIs into your app. 您无法将其他应用程序的UI嵌入到您的应用程序中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM