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