diff --git a/src/main/kotlin/app/revanced/patches/music/utils/gms/GmsCoreSupportResourcePatch.kt b/src/main/kotlin/app/revanced/patches/music/utils/gms/GmsCoreSupportResourcePatch.kt index b474654574..25a56e2600 100644 --- a/src/main/kotlin/app/revanced/patches/music/utils/gms/GmsCoreSupportResourcePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/utils/gms/GmsCoreSupportResourcePatch.kt @@ -23,7 +23,7 @@ object GmsCoreSupportResourcePatch : BaseGmsCoreSupportResourcePatch( context.addMicroGPreference( CategoryType.MISC.value, "gms_core_settings", - GmsCoreVendorGroupId.valueOrThrow(), + GmsCoreVendorGroupId.valueOrThrow() + ".android.gms", GMS_CORE_SETTINGS_ACTIVITY ) }