diff options
author | jinwang.an <jinwang.an@samsung.com> | 2017-08-04 17:00:29 +0900 |
---|---|---|
committer | JinWang An <jinwang.an@samsung.com> | 2018-01-15 03:01:43 +0000 |
commit | 694abb4645ff8b896fa5b045ad5517837cddca63 (patch) | |
tree | adf06d3a4acceb5dee85816ff980ed9c58aec69e | |
parent | 448ae2f42d7abc05d99cfdfc835d0217a54d8cbd (diff) | |
download | model-config-tm1-tizen_4.0.tar.gz model-config-tm1-tizen_4.0.tar.bz2 model-config-tm1-tizen_4.0.zip |
Added systemsetting.font to support bulding block.tizen_4.0.IoT.p2_releasesubmit/tizen_4.0/20180115.055710accepted/tizen/4.0/unified/20180115.073442tizen_4.0accepted/tizen_4.0_unified
Change-Id: I332a2b3741d51339faae8d5e1b2a8bc362e570f7
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
-rw-r--r-- | model-config.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/model-config.xml b/model-config.xml index a23647b..06f7baf 100644 --- a/model-config.xml +++ b/model-config.xml @@ -206,6 +206,7 @@ <key name="tizen.org/feature/systemsetting.lock_screen" type="bool">true</key> <key name="tizen.org/feature/systemsetting.incoming_call" type="bool">true</key> <key name="tizen.org/feature/systemsetting.notification_email" type="bool">true</key> + <key name="tizen.org/feature/systemsetting.font" type="bool">true</key> <key name="tizen.org/feature/usb.accessory" type="bool">false</key> <key name="tizen.org/feature/usb.host" type="bool">true</key> <key name="tizen.org/feature/vision.barcode_detection" type="bool">true</key> |