diff --git a/patches/src/main/kotlin/app/revanced/patches/spotify/misc/widgets/FixThirdPartyLaunchersWidgets.kt b/patches/src/main/kotlin/app/revanced/patches/spotify/misc/widgets/FixThirdPartyLaunchersWidgets.kt index f0ec93bb6..ad40f24e2 100644 --- a/patches/src/main/kotlin/app/revanced/patches/spotify/misc/widgets/FixThirdPartyLaunchersWidgets.kt +++ b/patches/src/main/kotlin/app/revanced/patches/spotify/misc/widgets/FixThirdPartyLaunchersWidgets.kt @@ -8,6 +8,8 @@ val fixThirdPartyLaunchersWidgets = bytecodePatch( name = "Fix third party launchers widgets", description = "Fixes Spotify widgets not working in third party launchers, like Nova Launcher.", ) { + compatibleWith("com.spotify.music") + execute { // Only system app launchers are granted the BIND_APPWIDGET permission. // Override the method that checks for it to always return true, as this permission is not actually required