pbreault / adb-idea

A plugin for Android Studio and Intellij IDEA that speeds up your day to day android development.
Apache License 2.0
2.1k stars 256 forks source link

Feature request: Toggle Talkback #104

Open PhilippNowak96 opened 5 years ago

PhilippNowak96 commented 5 years ago

I want to suggest a new feature to toggle Talkback on (if it is off) and off (it is on).

ADB commands are:

// disable
adb shell settings put secure enabled_accessibility_services com.android.talkback/com.google.android.marvin.talkback.TalkBackService

// enable
adb shell settings put secure enabled_accessibility_services com.google.android.marvin.talkback/com.google.android.marvin.talkback.TalkBackService
yschimke commented 2 years ago

Did the talkback change land? That would be very useful.

PhilippNowak96 commented 2 years ago

Nope, it didn't. Never got a response back.

On the otherhand this PR wasn't working on some Samsung devices if I remember correctly. That was also the reason why I closed it back then.

yschimke commented 2 years ago

It would work on Samsung Galaxy Watch 4 - so maybe not too bad for now. At least if you get bug reports from developers with confirmed reports of it not working on Samsung devices, you can get them to provide the correct values?