android - 将外部 Android 应用程序嵌入到 View /布局中

标签 android android-layout android-intent android-activity android-view

是否可以将外部 Android 应用程序的主要 Activity 嵌入到我自己的应用程序的 View 或布局之一中?

我知道如何通过明确的 Intent 启动另一个应用程序,但随后它会占据整个屏幕。我想要的是能够将启动的应用程序与其他小部件一起放入我的应用程序布局中: enter image description here

最佳答案

Is it possible to embed an external Android application's main activity into one of my own application's views or layouts ?

目前不行。

关于android - 将外部 Android 应用程序嵌入到 View /布局中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24450902/

相关文章:

android - 使用 resConfig 为 Android 风格强制语言环境

android - 标题中带有复选框的自定义对话框

android - 为什么 setText() 在 TextView 的以下代码中不起作用?

android - 尝试使用 Intent 启动新的 Activity

java - 使用 addIntentOptions 添加到菜单,为单个 Activity 提供多个 Intent

安卓碰撞检测精度

android - 每次滑动时都会调用 FragmentPagerAdapter getItem()

android - 从主题中获取 EditText 的 'default' 颜色值

Android查看背景: How to specify background color for PNG transparency?

java - 从 fragment 调用 Intent