I want to know from where my app is installed (who installed my app).
I need to use getInstallerPackageName()
. And This method need to android.permission.INSTALL_PACKAGES
permission. But this permission is not grant by the system.
Returns
null
in all above methods.
What way do you suggest to solve the problem?
What other way do you suggest for this?
Thanks.