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
I've setted Intent.EXTRA_INSTALLER_PACKAGE_NAME but the result is:
I would like to set my app name in this field: App downloaded from "MyAppName"
Any ideas? Thanks!
Solved! Its possible set the name of my app as installer using the installation method implemented in Split APKs Installer