Enabling 'High Contrast Text' mode from within Android/Java using AccessibilityManager

妖精的绣舞 提交于 2019-12-13 01:39:11

问题


I've reviewed this thread on how to get the current status of the 'High Contrast Text' mode by calling : isHighTextContrastEnabled from within AccessibilityManager.

See this thread: Detect if 'High contrast' is enabled in Android accessibility settings

Is there a way one can use AccessibilityManager to enable the 'Hight Contrast Text' mode from within an application?

Looking at the available methods I didn't see anything.

来源:https://stackoverflow.com/questions/37402880/enabling-high-contrast-text-mode-from-within-android-java-using-accessibilitym

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!