diff options
author | jinwang.an <jinwang.an@samsung.com> | 2019-05-08 11:09:31 +0900 |
---|---|---|
committer | jinwang.an <jinwang.an@samsung.com> | 2019-05-08 11:09:31 +0900 |
commit | 65f2e73265e2d508f02d38547ff14f69ac90b60a (patch) | |
tree | 052e85e3e78b8e93b8887f03829ae7693c4ef0ca | |
parent | bf3ee679698963833751118e8649359db7c42b80 (diff) | |
download | unified-model-config-65f2e73265e2d508f02d38547ff14f69ac90b60a.tar.gz unified-model-config-65f2e73265e2d508f02d38547ff14f69ac90b60a.tar.bz2 unified-model-config-65f2e73265e2d508f02d38547ff14f69ac90b60a.zip |
[ACR-1318] Add accessibility keys for TW3submit/tizen/20190508.033036accepted/tizen/unified/20190508.111156
- tizen.org/feature/accessibility.grayscale
- tizen.org/feature/accessibility.negative
Change-Id: I726d4d076bbf1583e3c6762159ac62746c0df4e3
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
-rw-r--r-- | tw3/model-config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tw3/model-config.xml b/tw3/model-config.xml index 572f439..7b67d9a 100644 --- a/tw3/model-config.xml +++ b/tw3/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> |