chore (Background playback): Shorten patch description (#73)

This commit is contained in:
KobeW50 2024-08-11 00:11:29 -04:00 committed by GitHub
parent 5038527458
commit 5ecbe49d1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction
@Suppress("unused")
object BackgroundPlaybackPatch : BaseBytecodePatch(
name = "Remove background playback restrictions",
description = "Removes restrictions on background playback, including playing kids videos in the background.",
description = "Removes restrictions on background playback, including for kids videos.",
compatiblePackages = COMPATIBLE_PACKAGE,
fingerprints = setOf(
BackgroundPlaybackManagerFingerprint,

View File

@ -23,7 +23,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
@Suppress("unused")
object BackgroundPlaybackPatch : BaseBytecodePatch(
name = "Remove background playback restrictions",
description = "Removes restrictions on background playback, including playing kids videos in the background.",
description = "Removes restrictions on background playback, including for music and kids videos.",
dependencies = setOf(
PlayerTypeHookPatch::class,
SettingsPatch::class