Skip to content

Commit

Permalink
chore(GmsCore support): Clarify effects of the Check GmsCore patch …
Browse files Browse the repository at this point in the history
…option (inotia00#79)

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

* chore(GmsCore support): Clarify effects of the `Check GmsCore` option
  • Loading branch information
KobeW50 authored Aug 31, 2024
1 parent e828bdf commit 2eb2b31
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 2eb2b31

Please sign in to comment.