fix(YouTube Music/GmsCore support): YT Music crashes when using the Open GmsCore setting https://github.com/inotia00/ReVanced_Extended/issues/2352

This commit is contained in:
inotia00 2024-09-01 02:01:34 +09:00
parent 2eb2b31ddf
commit 12059581c9

View File

@ -23,7 +23,7 @@ object GmsCoreSupportResourcePatch : BaseGmsCoreSupportResourcePatch(
context.addMicroGPreference( context.addMicroGPreference(
CategoryType.MISC.value, CategoryType.MISC.value,
"gms_core_settings", "gms_core_settings",
GmsCoreVendorGroupId.valueOrThrow(), GmsCoreVendorGroupId.valueOrThrow() + ".android.gms",
GMS_CORE_SETTINGS_ACTIVITY GMS_CORE_SETTINGS_ACTIVITY
) )
} }