是否有可能安装在一个APK文件的多个Android应用程序?多个、有可能、应用程序、文件

2023-09-05 00:00:54 作者:轉身之後、開始念你

说我有多个的apk文件。是否有可能将所有这些成一个文件的apk为最终用户的方便?

Say I have multiple .apk files. Is it possible to combine all these into one .apk file for the convenience of the end user?

推荐答案

您可以编译多个活动在同一个apk文件,并让他们在主屏幕发射单独显示出来。这使它们显得单独的用户,但他们还是会形式上是一样的机器人应用程序的一部分 - 他们会运行在同一个用户ID,因此有机会获得对方的数据,只能卸载作为组。

You can compile multiple activities into the same apk, and have them show up separately in the home screen launcher. This would make them appear separate to the user, but they'd still formally be part of the same android "application" - they would run under the same user ID and so have access to each other's data, and could only be uninstalled as a group.