mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 05:37:40 +02:00
chore (Background playback): Shorten description
This commit is contained in:
@ -23,7 +23,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction
|
|||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
object BackgroundPlaybackPatch : BaseBytecodePatch(
|
object BackgroundPlaybackPatch : BaseBytecodePatch(
|
||||||
name = "Remove background playback restrictions",
|
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,
|
compatiblePackages = COMPATIBLE_PACKAGE,
|
||||||
fingerprints = setOf(
|
fingerprints = setOf(
|
||||||
BackgroundPlaybackManagerFingerprint,
|
BackgroundPlaybackManagerFingerprint,
|
||||||
|
@ -23,7 +23,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
|
|||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
object BackgroundPlaybackPatch : BaseBytecodePatch(
|
object BackgroundPlaybackPatch : BaseBytecodePatch(
|
||||||
name = "Remove background playback restrictions",
|
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(
|
dependencies = setOf(
|
||||||
PlayerTypeHookPatch::class,
|
PlayerTypeHookPatch::class,
|
||||||
SettingsPatch::class
|
SettingsPatch::class
|
||||||
|
Reference in New Issue
Block a user