简体   繁体   English

操纵无法与“话语提示”配合使用的android应用

[英]Manipulate android apps that don't work with Talkback

I recently used Talk back on an Android device. 我最近在Android设备上使用了Talk back。 Some apps don't work well with the Talk Back screen reader because the it's not developed according to the accessibility API. 某些应用无法与“话语提示”屏幕阅读器配合使用,因为它不是根据可访问性API开发的。 Is there any way that I can access the UI of these apps (from OS level) and manipulate them to be compatible with Talk back? 有什么方法可以访问这些应用程序的UI(从OS级别)并操纵它们以使其与Talk back兼容?

No. Such change should be made in code. 否。此类更改应在代码中进行。 There is no way to modify it from OS level. 无法从操作系统级别对其进行修改。

Those changes have to be made in XML or Java. 这些更改必须使用XML或Java进行。 User cannot access these values from system layer (security policy). 用户无法从系统层访问这些值(安全策略)。 You can refer to: Android Developer guidlines for accesibility. 您可以参考: Android开发人员指南以获取可访问性。 Without proper 'contentDescription' set TalkBack is unable to retrive any information about some views: images, imagebuttons etc. 如果未设置正确的“ contentDescription”,“话语提示”将无法检索有关某些视图的任何信息:图像,图像按钮等。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM