mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-03 16:14:28 +02:00
fix(GmsCore support): wrong description of patch option
This commit is contained in:
parent
fa585ad2de
commit
a9230dbb6e
@ -6,6 +6,7 @@ import app.revanced.patcher.patch.PatchException
|
|||||||
import app.revanced.patcher.patch.ResourcePatch
|
import app.revanced.patcher.patch.ResourcePatch
|
||||||
import app.revanced.patcher.patch.options.PatchOption.PatchExtensions.booleanPatchOption
|
import app.revanced.patcher.patch.options.PatchOption.PatchExtensions.booleanPatchOption
|
||||||
import app.revanced.patcher.patch.options.PatchOption.PatchExtensions.stringPatchOption
|
import app.revanced.patcher.patch.options.PatchOption.PatchExtensions.stringPatchOption
|
||||||
|
import app.revanced.util.Utils.trimIndentMultiline
|
||||||
import app.revanced.util.valueOrThrow
|
import app.revanced.util.valueOrThrow
|
||||||
import org.w3c.dom.Element
|
import org.w3c.dom.Element
|
||||||
import org.w3c.dom.Node
|
import org.w3c.dom.Node
|
||||||
@ -43,7 +44,11 @@ abstract class BaseGmsCoreSupportResourcePatch(
|
|||||||
key = "CheckGmsCore",
|
key = "CheckGmsCore",
|
||||||
default = true,
|
default = true,
|
||||||
title = "Check GmsCore",
|
title = "Check GmsCore",
|
||||||
description = "The vendor's group ID for GmsCore.",
|
description = """
|
||||||
|
Checks whether GmsCore is installed on the device when the app starts.
|
||||||
|
|
||||||
|
If GmsCore is not installed on your device, the app won't work, so don't disable it if possible.
|
||||||
|
""".trimIndentMultiline(),
|
||||||
required = true,
|
required = true,
|
||||||
)
|
)
|
||||||
internal val PackageNameYouTube = stringPatchOption(
|
internal val PackageNameYouTube = stringPatchOption(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user