fix(googlerecorder/remove-device-restrictions): add missing app constraint (#2438)
This commit is contained in:
parent
21adab5ef3
commit
7d85d2ad91
1 changed files with 2 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ import org.jf.dexlib2.iface.instruction.OneRegisterInstruction
|
|||
@Patch
|
||||
@Name("remove-device-restrictions")
|
||||
@Description("Removes restrictions from using the app on any device.")
|
||||
@Compatibility([Package("com.google.android.apps.recorder")])
|
||||
@Version("0.0.1")
|
||||
class RemoveDeviceRestrictions : BytecodePatch(
|
||||
listOf(OnApplicationCreateFingerprint)
|
||||
|
|
@ -39,4 +40,4 @@ class RemoveDeviceRestrictions : BytecodePatch(
|
|||
|
||||
return PatchResultSuccess()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue