mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-02 23:54:33 +02:00
chore (Background playback): Shorten patch description (#73)
This commit is contained in:
parent
5038527458
commit
5ecbe49d1f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user