How to Programmatically Enable/Disable Accessibility Service in Android

后端 未结 9 555
暗喜
暗喜 2020-11-27 15:38

I would like to programmatically enable/disable Accessibility Services listed under Settings->Accessibility option.

I could start Accessibility Intent like below:

9条回答
  •  被撕碎了的回忆
    2020-11-27 16:05

    Just in case anybody still seeks to turn off talkback from adb when you are stuck in your lock screen entering the password or pin. One thing you can try is adb shell am force-stop com.google.android.marvin.talkback

提交回复
热议问题