Here is an extension to download an APK to the app-specific directory (ASD) and install it.
(No READ-/WRITE_EXTERNAL_STORAGE permissions required!)
de.bodymindpower.InstallAPK.aix (9.0 KB)
This should work on all Android versions, especially on Android 9 / 10 and even when the app (AI2) targets API 29 (targetSdkVersion=29
).
Example:
Note:
Of course, an APK can also be installed from the external storage (non-app-specific dir), but READ_EXTERNAL_STORAGE permission must be requested in this case.