From 244e792e239595068ffaa324d2f3f5efc7dacc04 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:36:58 +0900 Subject: [PATCH] fix(GmsCore support): Patched apps are not added to Cloud Messaging https://github.com/inotia00/ReVanced_Extended/issues/2686 --- .../app/revanced/patches/shared/gms/GmsCoreSupportPatch.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/patches/src/main/kotlin/app/revanced/patches/shared/gms/GmsCoreSupportPatch.kt b/patches/src/main/kotlin/app/revanced/patches/shared/gms/GmsCoreSupportPatch.kt index 9c673e4c99..92d885399a 100644 --- a/patches/src/main/kotlin/app/revanced/patches/shared/gms/GmsCoreSupportPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/shared/gms/GmsCoreSupportPatch.kt @@ -389,6 +389,9 @@ private object Constants { // misc "com.google.android.gms.clearcut.service.START", + "com.google.android.gms.common.telemetry.service.START", + "com.google.android.gms.gmscompliance.service.START", + "com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE", "com.google.android.gms.languageprofile.service.START", "com.google.android.gms.measurement.START", "com.google.android.gms.pseudonymous.service.START",