安装的 APK 大小可以超过 4 MB 吗?

Can the installed APK be over 4 MB in size?

我正在寻找有关基本模块、即时模块和已安装模块含义的说明。

我查看了这个 link (https://developer.android.com/topic/google-play-instant/faqs) 并发现

The size of the instant app (base feature plus any included dependent feature) should be as small as possible...For an instant app with multiple features, you must add the size of the base feature APK to a single feature APK. The total size of both these APKs must be under 4MB.

通过两个 Google 代码实验室,我理解了单功能模块和多功能模块之间的区别。我的问题是针对只有一个特性模块,即基础模块的场景。

那么,例如,基本模块的大小是否可以为 4 MB,安装的模块除了 4 MB 之外还包含 16 MB 的代码来构建总大小为 20 MB 的 APK? Google Play 商店是否会接受我的应用(安装版和即时版),只要即时 APK 不超过 4 MB,无论安装的 APK 有多大?

如果只有一个模块是基本模块,则该模块的大小必须小于 4 MB 才能用于免安装应用。

已安装的应用程序 (APK) 可以超过 4 MB,并且可以与标准可安装 APK 一样大(我见过超过 100 MB)。