From 094f57b601d746079c43fd5c8834e3e6be07f946 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 2 Oct 2023 01:14:32 +0200 Subject: [PATCH] fix(Google Recorder - Remove device restrictions): Clarify limitation --- .../googlerecorder/restrictions/RemoveDeviceRestrictions.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/googlerecorder/restrictions/RemoveDeviceRestrictions.kt b/src/main/kotlin/app/revanced/patches/googlerecorder/restrictions/RemoveDeviceRestrictions.kt index 867fa86a8..22f69b85d 100644 --- a/src/main/kotlin/app/revanced/patches/googlerecorder/restrictions/RemoveDeviceRestrictions.kt +++ b/src/main/kotlin/app/revanced/patches/googlerecorder/restrictions/RemoveDeviceRestrictions.kt @@ -13,7 +13,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction @Patch( name = "Remove device restrictions", - description = "Removes restrictions from using the app on any device.", + description = "Removes restrictions from using the app on any device. Requires mounting patched app over original.", compatiblePackages = [CompatiblePackage("com.google.android.apps.recorder")] ) @Suppress("unused")