Embed external Intent in main Activity

后端 未结 1 914
無奈伤痛
無奈伤痛 2021-01-25 18:36

I have seen a number of examples of using an ActivityGroup to embed multiple Activites in a single view. In each of these cases, the Activities being loaded are internal to the

相关标签:
1条回答
  • 2021-01-25 19:36

    Is it possible to load an external Activity within a View inside my running application?

    No, sorry, that is not possible.

    0 讨论(0)
提交回复
热议问题