X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Ftizen%2Faccessibility-adaptor-impl-tizen.cpp;h=dd0f61f22a88d2a097eed0c0af96b13b88beafd2;hb=24b8048e9937f7aeab9e0eb782676033033ca2e2;hp=65ba859a8f3b471ab9c9e6fd0523bdd5d7f4b460;hpb=bcf816ad43f04e88305007dcb775c5253e838695;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/tizen/accessibility-adaptor-impl-tizen.cpp b/adaptors/tizen/accessibility-adaptor-impl-tizen.cpp index 65ba859..dd0f61f 100644 --- a/adaptors/tizen/accessibility-adaptor-impl-tizen.cpp +++ b/adaptors/tizen/accessibility-adaptor-impl-tizen.cpp @@ -42,14 +42,15 @@ namespace const char * DALI_VCONFKEY_SETAPPL_ACCESSIBILITY_DBUS_TTS = "db/setting/accessibility/atspi"; +// Disabled Accessibility temporarily in Tizen platform bool GetEnabledVConf() { int isEnabled = 0; - vconf_get_bool( DALI_VCONFKEY_SETAPPL_ACCESSIBILITY_DBUS_TTS, &isEnabled ); + //vconf_get_bool( DALI_VCONFKEY_SETAPPL_ACCESSIBILITY_DBUS_TTS, &isEnabled ); if( isEnabled == 0 ) { - vconf_get_bool( VCONFKEY_SETAPPL_ACCESSIBILITY_TTS, &isEnabled ); + //vconf_get_bool( VCONFKEY_SETAPPL_ACCESSIBILITY_TTS, &isEnabled ); } return static_cast(isEnabled);