PackageUtil: Consider debug application ID as well when filtering apps
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -225,6 +225,7 @@ object PackageUtil {
|
||||
val packageInstaller = packageManager.getInstallerPackageNameCompat(it.packageName)
|
||||
listOf(
|
||||
"com.aurora.store",
|
||||
"com.aurora.store.debug",
|
||||
"com.aurora.store.nightly",
|
||||
"com.aurora.services"
|
||||
).contains(packageInstaller)
|
||||
|
||||
Reference in New Issue
Block a user