mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 19:59:26 +01:00
fix(Google Recorder - Remove device restrictions): Clarify limitation
This commit is contained in:
parent
f4eda8c8d1
commit
094f57b601
@ -13,7 +13,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
|||||||
|
|
||||||
@Patch(
|
@Patch(
|
||||||
name = "Remove device restrictions",
|
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")]
|
compatiblePackages = [CompatiblePackage("com.google.android.apps.recorder")]
|
||||||
)
|
)
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
|
Loading…
Reference in New Issue
Block a user