fix(Spotify - Fix third party launchers widgets): Add missing compatibility annotation
This commit is contained in:
parent
14a8f4fb96
commit
e68cd70f66
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ val fixThirdPartyLaunchersWidgets = bytecodePatch(
|
||||||
name = "Fix third party launchers widgets",
|
name = "Fix third party launchers widgets",
|
||||||
description = "Fixes Spotify widgets not working in third party launchers, like Nova Launcher.",
|
description = "Fixes Spotify widgets not working in third party launchers, like Nova Launcher.",
|
||||||
) {
|
) {
|
||||||
|
compatibleWith("com.spotify.music")
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
// Only system app launchers are granted the BIND_APPWIDGET permission.
|
// 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
|
// Override the method that checks for it to always return true, as this permission is not actually required
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue