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

New Android 11 permission and lucky patcher package names #99

Closed grill2010 closed 3 years ago

grill2010 commented 3 years ago
Details

I know this is a never ending story but the new lucky patcher package names should be included in the libray

ru.aaaaaabz.installer -> for the installer apk ru.yuylhini.yrshifhzm -> for the actual lucky patcher apk

Beside that PackageManager.getInstalledApplications is no longer returning all installed applications on Android 11 except when you are adding following permission in the Manifest

<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" tools:ignore="QueryAllPackagesPermission" />

grill2010 commented 3 years ago

Upon further investigation the lucky patcher installer is always installing the actual lucky patcher with a different package name so I guess there is no good way to check if lucky patcher is installed...