diff options
author | Dongchul Lim <dc7.lim@samsung.com> | 2016-10-18 19:32:27 +0900 |
---|---|---|
committer | Dongchul Lim <dc7.lim@samsung.com> | 2016-10-18 19:33:35 +0900 |
commit | 4c7d9e809e9a721cd8e5fd7e60b0c10317691d99 (patch) | |
tree | f1b45fc5021b4237a7cf843dee520ab37074d58f | |
parent | b6c028e3271c65463481ec55dd562dd0843076ed (diff) | |
download | model-config-xu3-4c7d9e809e9a721cd8e5fd7e60b0c10317691d99.tar.gz model-config-xu3-4c7d9e809e9a721cd8e5fd7e60b0c10317691d99.tar.bz2 model-config-xu3-4c7d9e809e9a721cd8e5fd7e60b0c10317691d99.zip |
microphone, speech recognition --> falsesubmit/tizen_3.0_common/20161104.104000submit/tizen_3.0/20161028.082323submit/tizen_3.0/20161028.062323submit/tizen/20161018.103833accepted/tizen/tv/20161018.235419accepted/tizen/ivi/20161018.235421accepted/tizen/common/20161018.175355accepted/tizen/3.0/tv/20161028.122704accepted/tizen/3.0/ivi/20161028.123123accepted/tizen/3.0/common/20161114.105121
Change-Id: I7c4642fa68c5bada2f25259bb4a46202bfc140cc
-rw-r--r-- | model-config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/model-config.xml b/model-config.xml index f9c8960..47c1b1a 100644 --- a/model-config.xml +++ b/model-config.xml @@ -41,7 +41,7 @@ <key name="tizen.org/feature/location.gps" type="bool">false</key> <key name="tizen.org/feature/location.wps" type="bool">false</key> <key name="tizen.org/feature/location.geofence" type="bool">false</key> - <key name="tizen.org/feature/microphone" type="bool">true</key> + <key name="tizen.org/feature/microphone" type="bool">false</key> <key name="tizen.org/feature/multi_point_touch.pinch_zoom" type="bool">false</key> <key name="tizen.org/feature/multi_point_touch.point_count" type="int">0</key> <key name="tizen.org/feature/multimedia.transcoder" type="bool">false</key> @@ -169,7 +169,7 @@ <key name="tizen.org/feature/sensor.wrist_up" type="bool">false</key> <key name="tizen.org/feature/shell.appwidget" type="bool">true</key> <key name="tizen.org/feature/sip.voip" type="bool">false</key> - <key name="tizen.org/feature/speech.recognition" type="bool">true</key> + <key name="tizen.org/feature/speech.recognition" type="bool">false</key> <key name="tizen.org/feature/speech.synthesis" type="bool">true</key> <key name="tizen.org/feature/speech.control" type="bool">true</key> <key name="tizen.org/feature/systemsetting" type="bool">false</key> |