refactor(netguard): RemoveBroadcastsRestrictionPatch
This commit is contained in:
parent
6dfe4440bb
commit
b8cacb507d
1 changed files with 3 additions and 4 deletions
|
|
@ -1,11 +1,10 @@
|
|||
package app.revanced.patches.netguard.broadcasts.removerestriction
|
||||
|
||||
import app.revanced.patcher.patch.resourcePatch
|
||||
import app.revanced.patcher.patch.creatingResourcePatch
|
||||
import org.w3c.dom.Element
|
||||
|
||||
@Suppress("unused")
|
||||
val removeBroadcastsRestrictionPatch = resourcePatch(
|
||||
name = "Remove broadcasts restriction",
|
||||
@Suppress("unused", "ObjectPropertyName")
|
||||
val `Remove broadcasts restriction` by creatingResourcePatch(
|
||||
description = "Enables starting/stopping NetGuard via broadcasts.",
|
||||
) {
|
||||
compatibleWith("eu.faircode.netguard")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue