Search code examples
androidandroid-8.0-oreoandroid-install-apk

App details in store


In Android 8 there is a new section called "App details in store" (Settings -> Apps -> select an app). The apps installed from Google Play has setted this field to: App downloaded from Google Play Store.

Apps installed from Amazon: App downloaded from Amazon Appstore.

But when I install an app from my own app, this is the message: App downloaded from Package installer

Some screenshots: screenshot1

screenshot2

screenshot3

screenshot4

screenshot5

I've setted Intent.EXTRA_INSTALLER_PACKAGE_NAME but the result is: enter image description here

I would like to set my app name in this field: App downloaded from "MyAppName"

Any ideas? Thanks!


Solution

  • Solved! Its possible set the name of my app as installer using the installation method implemented in Split APKs Installer