fix(googlerecorder/remove-device-restrictions): add missing app constraint (#2438)

This commit is contained in:
johnconner122 2023-06-16 16:09:40 +05:00 committed by GitHub
parent 46d2dee63f
commit d5efe26f89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)