chore(GmsCore support): Clarify effects of the Check GmsCore patch option (#79)

* chore(GmsCore support): Clarify affects of the `Check GmsCore` option

* chore(GmsCore support): Clarify effects of the `Check GmsCore` option
This commit is contained in:
KobeW50 2024-08-31 12:56:41 -04:00 committed by GitHub
parent e828bdf6d0
commit 2eb2b31ddf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,9 +45,9 @@ abstract class BaseGmsCoreSupportResourcePatch(
default = true, default = true,
title = "Check GmsCore", title = "Check GmsCore",
description = """ 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(), """.trimIndentMultiline(),
required = true, required = true,
) )