Skip to content

Commit

Permalink
chore (Background playback): Shorten patch description (inotia00#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
KobeW50 authored Aug 11, 2024
1 parent 5038527 commit 5ecbe49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ecbe49

Please sign in to comment.