oyeamauri / eyes-free

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

How to Unbind the talkbackservice in a application #150

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I want to develop an accessible app ,the user can use the talkback to  find and 
run my app, but i do not want use the talkback servie in my own app.Because 
some guestures like slide need two fingers instead one with the service, 
sometimes it read some repetitive info . I want implement these guesture and 
contorl the voice  by myself .

The problem is I don't konw how to disable the serview in my app.btw
I still want the service run after the user close my app.

Thanks

Original issue reported on code.google.com by kxingk...@gmail.com on 20 Nov 2012 at 8:08

GoogleCodeExporter commented 8 years ago
Please write your application to work with TalkBack and Explore by Touch. If 
you need to detect single-finger gestures, consider watching for hover motion 
events; however, users will expect to use two fingers as with scrolling 
elsewhere in Android. If you need to control what is spoken for particular 
views, set a content description.

Original comment by alanv@google.com on 21 Nov 2012 at 1:36