Skip to content

How to grant write secure permissions to VHEditor

vhqtvn edited this page Jul 17, 2022 · 2 revisions

If VHEditor brought you here it looked like that you need to grant permissions to VHEditor so the feature can be performed.

VHEditor needs android.permission.WRITE_SECURE_SETTINGS to update current keyboard when the app starts, this permission must be granted using adb:

adb shell pm grant vn.vhn.vsc android.permission.WRITE_SECURE_SETTINGS
Clone this wiki locally