You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Added hiding actions on notifications typed "Download"
This commit is contained in:
committed by
John Wu
parent
3d4081d0af
commit
578a50b464
@@ -119,3 +119,5 @@ fun ApplicationInfo.getLabel(pm: PackageManager): String {
|
||||
|
||||
return loadLabel(pm).toString()
|
||||
}
|
||||
|
||||
fun Intent.exists(packageManager: PackageManager) = resolveActivity(packageManager) != null
|
||||
Reference in New Issue
Block a user