Is it ok to check legality of installing paid android app by checking getInstallerPackageName?
You should not use PackageManager#getInstallerPackageName to check if the app was installed from Google Play or for licensing purposes for the following reasons: 1) The installer packagename can change in the future....