diff options
author | Woo Chang Kim <wchang.kim@samsung.com> | 2019-02-13 09:14:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.ap-northeast-2.compute.internal> | 2019-02-13 09:14:20 +0000 |
commit | b270d6ab7c7a49c030dd24dabaca0cfa304a8e93 (patch) | |
tree | 1904c7637b02390d526865eef0db9c6f11a86410 /tw2 | |
parent | 561da38fa06a21f3af3f64b07906011f2359950c (diff) | |
parent | 13635c65e9a1517010af7fe1faeba1df833bf45a (diff) | |
download | unified-model-config-b270d6ab7c7a49c030dd24dabaca0cfa304a8e93.tar.gz unified-model-config-b270d6ab7c7a49c030dd24dabaca0cfa304a8e93.tar.bz2 unified-model-config-b270d6ab7c7a49c030dd24dabaca0cfa304a8e93.zip |
Merge "[ACR-1318] Add accessibility keys" into tizensubmit/tizen/20190213.091630accepted/tizen/unified/20190214.060648
Diffstat (limited to 'tw2')
-rw-r--r-- | tw2/model-config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tw2/model-config.xml b/tw2/model-config.xml index 5f9ef7a..19593a1 100644 --- a/tw2/model-config.xml +++ b/tw2/model-config.xml @@ -7,6 +7,8 @@ <key name="tizen.org/system/platform.processor" type="string">exynos7270</key> <key name="tizen.org/system/platform.communication_processor" type="string">4G LTE</key> <key name="tizen.org/system/manufacturer" type="string">Tizen</key> + <key name="tizen.org/feature/accessibility.grayscale" type="bool">false</key> + <key name="tizen.org/feature/accessibility.negative" type="bool">false</key> <key name="tizen.org/feature/account" type="bool">true</key> <key name="tizen.org/feature/account.sync" type="bool">true</key> <key name="tizen.org/feature/app_history" type="bool">true</key> |