mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 14:47:00 +01:00
feat(Sony Headphones Connect - Remove notification badge): Constrain to last working version
This commit is contained in:
parent
ae91553ca3
commit
4a7d18962d
@ -11,7 +11,7 @@ import app.revanced.patches.songpal.badge.fingerprints.ShowNotificationFingerpri
|
|||||||
@Patch(
|
@Patch(
|
||||||
name = "Remove notification badge",
|
name = "Remove notification badge",
|
||||||
description = "Removes the red notification badge from the activity tab.",
|
description = "Removes the red notification badge from the activity tab.",
|
||||||
compatiblePackages = [CompatiblePackage("com.sony.songpal.mdr")]
|
compatiblePackages = [CompatiblePackage("com.sony.songpal.mdr", ["10.1.0"])]
|
||||||
)
|
)
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
object RemoveNotificationBadgePatch : BytecodePatch(setOf(ShowNotificationFingerprint)) {
|
object RemoveNotificationBadgePatch : BytecodePatch(setOf(ShowNotificationFingerprint)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user