언어 설정

Menu
Sites
Language
Detect if screen reader is enabled

I need my app to behave slightly differently if a screen-reader is enabled.  Is there a "correct" way to detect if the screen reader is enabled?

I'm currently using ApplicationManager.IsRunning("org.tizen.screen-reader")

Responses

1 댓글
Juwon(Julia) Ahn

Hi Damian Mehers,

https://developer.tizen.org/dev-guide/csapi/api/Tizen.System.SystemSettings.html#Tizen_System_SystemSettings_AccessibilityTtsEnabled

You can check whether the accessibility TTS(screen reader - voice assistant) is enabled or not with SystemSettings.AccessibilityTtsEnabled.

Thanks,

Juwon(Julia) Ahn