redaready / eyes-free

Automatically exported from code.google.com/p/eyes-free
0 stars 0 forks source link

Talkback needs a programatic way to be shut off from another application (maybe Intent) #362

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

In self voicing or accessible applications.  There needs to be a way for the 
applications to shut off talkback while in the application.  A possible way of 
doing this is having an intent based system that runs the suspendTalkback 
function in the TalkbackService.  It could even check if a user had allowed 
talkback to be suspended by the calling application before.  If not it could 
query the user and only allow the application to turn off talkback if the user 
wanted it to be.  All that would have to be added is a listener to the Talkback 
service and maybe some database code if it is really necessary to track the 
suspend.  The nice part about this is the code is all there so talkback would 
come right back on if a person pushed the power button.

Original issue reported on code.google.com by kpe...@blinksoft.com on 17 Apr 2014 at 4:55

GoogleCodeExporter commented 9 years ago
This is very important for apps like Super Braille Keyboard

Original comment by valiant8...@gmail.com on 11 Feb 2015 at 1:21