fix(Spotify - Fix third party launchers widgets): Add missing compatibility annotation

This commit is contained in:
LisoUseInAIKyrios 2025-05-17 11:40:37 +04:00
parent aca8b207c1
commit 0493f8035b

View File

@ -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