Skip to content

Commit

Permalink
fix(googlerecorder/remove-device-restrictions): add missing app const…
Browse files Browse the repository at this point in the history
…raint (#2438)
  • Loading branch information
johnconner122 committed Jun 16, 2023
1 parent 46d2dee commit d5efe26
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -39,4 +40,4 @@ class RemoveDeviceRestrictions : BytecodePatch(

return PatchResultSuccess()
}
}
}

0 comments on commit d5efe26

Please sign in to comment.