refactor(primevideo): RenamePermissionsPatch
This commit is contained in:
parent
165f4b45e0
commit
ad783451ed
1 changed files with 3 additions and 3 deletions
|
|
@ -1,14 +1,14 @@
|
|||
package app.revanced.patches.primevideo.misc.permissions
|
||||
|
||||
import app.revanced.patcher.patch.PatchException
|
||||
import app.revanced.patcher.patch.creatingResourcePatch
|
||||
import app.revanced.patcher.patch.resourcePatch
|
||||
import app.revanced.util.asSequence
|
||||
import app.revanced.util.getNode
|
||||
import org.w3c.dom.Element
|
||||
|
||||
@Suppress("unused")
|
||||
val renamePermissionsPatch = resourcePatch(
|
||||
name = "Rename shared permissions",
|
||||
@Suppress("unused", "ObjectPropertyName")
|
||||
val `Rename shared permissions` by creatingResourcePatch(
|
||||
description = "Rename certain permissions shared across Amazon apps. " +
|
||||
"Applying this patch can fix installation errors, but can also break features in certain apps.",
|
||||
use = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue