Skip to content

Commit

Permalink
feat(Sony Headphones Connect - Remove notification badge): Constrain …
Browse files Browse the repository at this point in the history
…to last working version
  • Loading branch information
oSumAtrIX committed Nov 4, 2023
1 parent ae91553 commit 4a7d189
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@ import app.revanced.patches.songpal.badge.fingerprints.ShowNotificationFingerpri
@Patch(
name = "Remove notification badge",
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")
object RemoveNotificationBadgePatch : BytecodePatch(setOf(ShowNotificationFingerprint)) {
Expand Down

0 comments on commit 4a7d189

Please sign in to comment.