diff options
author | jinwang.an <jinwang.an@samsung.com> | 2017-08-04 16:53:38 +0900 |
---|---|---|
committer | Dongchul Lim <dc7.lim@samsung.com> | 2018-01-15 05:54:20 +0000 |
commit | 63407f06880fd48b39b32ea7b46a531074a6af0c (patch) | |
tree | 1f1a1a99f1d5d56692d3ddd9ca719fa467fadf4a | |
parent | 05996c8c0ba07222478ba875e12e6b4eeb1965c0 (diff) | |
download | model-config-n4-63407f06880fd48b39b32ea7b46a531074a6af0c.tar.gz model-config-n4-63407f06880fd48b39b32ea7b46a531074a6af0c.tar.bz2 model-config-n4-63407f06880fd48b39b32ea7b46a531074a6af0c.zip |
Added systemsetting.font to support bulding block.submit/tizen/20180115.055808accepted/tizen/unified/20180115.074526
Change-Id: Ibda1aceb42361c402f1fb75927b0c87c1c22212c
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
-rwxr-xr-x | model-config.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/model-config.xml b/model-config.xml index 84586c3..e4ebaa0 100755 --- a/model-config.xml +++ b/model-config.xml @@ -207,6 +207,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> |