How to turn on 3C Task Manager Accessibility Service with ADB

by SabanBoyNZ

I need help with this app's accessibility service to be activated!
I've tried doing "adb shell pm grant ccc71.tm android.permission.BIND_ACCESSIBILITY_SERVICE" but it says "Permission android.permission.BIND_ACCESSIBILITY_SERVICE is not a changeable permission type".
I was using this app (home button remapper) as my reference to help me out. But still no luck on my android tv.

db shell pm grant flar2.homebutton android.permission. WRITE_SECURE_SETTINGS

adb shell settings put secure enabled_accessibility_services flar2.homebutton/flar2.homebutton.a.ai

Thanks in advance!

Havana-NYX