Skip to content
Saasmull edited this page May 6, 2021 · 7 revisions

Here you can Browse all about .apk-File Installation for Android.

Here you can find the Intents:

  • to install .apk-Files use ACTION_INSTALL_PACKAGE (deprecated in API Level 29)
  • to view the unknown source settings call ACTION_MANAGE_UNKNOWN_APP_SOURCE
  • to view any data use ACTION_VIEW
  • to return the Installaion Result call EXTRA_RETURN_RESULT
  • to allow the App to run a Installation use in your manifest REQUEST_INSTALL_PACKAGES
Clone this wiki locally