javiersantos / PiracyChecker

An Android library that prevents your app from being pirated / cracked using Google Play Licensing (LVL), APK signature protection and more. API 14+ required.
Apache License 2.0
1.55k stars 174 forks source link

Get installer package name in API 30+ #103

Closed ubulem closed 3 years ago

ubulem commented 3 years ago

getInstallerPackageName was deprecated in API level 30 so we need use another method to get installer package name.

MoNTE48 commented 3 years ago

@jahirfiquitiva are you planning to merge this?