From aad553959a8bddbc8913357f122aed1ba549225a Mon Sep 17 00:00:00 2001 From: KobeW50 <84587632+KobeW50@users.noreply.github.com> Date: Thu, 29 Aug 2024 00:07:46 -0400 Subject: [PATCH 1/2] chore(GmsCore support): Clarify affects of the `Check GmsCore` option --- .../patches/shared/gms/BaseGmsCoreSupportResourcePatch.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/shared/gms/BaseGmsCoreSupportResourcePatch.kt b/src/main/kotlin/app/revanced/patches/shared/gms/BaseGmsCoreSupportResourcePatch.kt index 5d3089c985..3ebd6a7b10 100644 --- a/src/main/kotlin/app/revanced/patches/shared/gms/BaseGmsCoreSupportResourcePatch.kt +++ b/src/main/kotlin/app/revanced/patches/shared/gms/BaseGmsCoreSupportResourcePatch.kt @@ -45,9 +45,9 @@ abstract class BaseGmsCoreSupportResourcePatch( default = true, title = "Check GmsCore", description = """ - Check if GmsCore is installed on the device when the app starts. + Check if GmsCore is installed on the device and has battery optimizations disabled when the app starts. - If GmsCore is not installed on the device, the app won't work, so don't disable it if possible. + If GmsCore is not installed the app will not work, so disabling this is not recommended. """.trimIndentMultiline(), required = true, ) From 5050ae16808d3ad05d3e34c94181de7e51136bd1 Mon Sep 17 00:00:00 2001 From: KobeW50 <84587632+KobeW50@users.noreply.github.com> Date: Thu, 29 Aug 2024 00:07:46 -0400 Subject: [PATCH 2/2] chore(GmsCore support): Clarify effects of the `Check GmsCore` option --- .../patches/shared/gms/BaseGmsCoreSupportResourcePatch.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/shared/gms/BaseGmsCoreSupportResourcePatch.kt b/src/main/kotlin/app/revanced/patches/shared/gms/BaseGmsCoreSupportResourcePatch.kt index 5d3089c985..3ebd6a7b10 100644 --- a/src/main/kotlin/app/revanced/patches/shared/gms/BaseGmsCoreSupportResourcePatch.kt +++ b/src/main/kotlin/app/revanced/patches/shared/gms/BaseGmsCoreSupportResourcePatch.kt @@ -45,9 +45,9 @@ abstract class BaseGmsCoreSupportResourcePatch( default = true, title = "Check GmsCore", description = """ - Check if GmsCore is installed on the device when the app starts. + Check if GmsCore is installed on the device and has battery optimizations disabled when the app starts. - If GmsCore is not installed on the device, the app won't work, so don't disable it if possible. + If GmsCore is not installed the app will not work, so disabling this is not recommended. """.trimIndentMultiline(), required = true, )