Added hiding actions on notifications typed "Download"

This commit is contained in:
Viktor De Pasquale
2019-09-24 16:05:31 +02:00
committed by John Wu
parent 3d4081d0af
commit 578a50b464
3 changed files with 22 additions and 6 deletions
@@ -119,3 +119,5 @@ fun ApplicationInfo.getLabel(pm: PackageManager): String {
return loadLabel(pm).toString()
}
fun Intent.exists(packageManager: PackageManager) = resolveActivity(packageManager) != null