javiersantos/PiracyChecker

New Android 11 permission and lucky patcher package names

grill2010 opened this issue · 1 comments

  • I have verified there are no duplicate active or recent bugs, questions, or requests.
  • I have verified that I am using the latest version of PiracyChecker.
  • I have given my issue a non-generic title.
  • I have read over the documentation (before asking questions on how to do something).
Details
  • PiracyChecker version: 1.2.8
  • Device OS version: 11.0.0
  • Device Manufacturer: Foxconn[
  • Device Name: Pixel 3

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" />

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...