diff options
author | JinWang An <jinwang.an@samsung.com> | 2020-08-08 02:16:49 +0900 |
---|---|---|
committer | JinWang An <jinwang.an@samsung.com> | 2020-08-08 02:16:49 +0900 |
commit | 67604a0bd27c4f9c98aa039c7fb3b2463858052b (patch) | |
tree | a8fda02941aba5606f89001de4f9aaf901cdabe3 | |
parent | 785a2b8197d272b42efa662c17d9d2c4a1110846 (diff) | |
download | unified-model-config-67604a0bd27c4f9c98aa039c7fb3b2463858052b.tar.gz unified-model-config-67604a0bd27c4f9c98aa039c7fb3b2463858052b.tar.bz2 unified-model-config-67604a0bd27c4f9c98aa039c7fb3b2463858052b.zip |
Set true about notification.email for wearable emulatorsubmit/tizen/20200807.083847
Change-Id: Ibad57eeb1f3db3c7a6589d4ee058fcc771891f59
Signed-off-by: JinWang An <jinwang.an@samsung.com>
-rw-r--r-- | emulator/model-config_wearable.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulator/model-config_wearable.xml b/emulator/model-config_wearable.xml index 6e428ef..f20d865 100644 --- a/emulator/model-config_wearable.xml +++ b/emulator/model-config_wearable.xml @@ -230,7 +230,7 @@ <key name="tizen.org/feature/systemsetting.home_screen" type="bool">true</key> <key name="tizen.org/feature/systemsetting.lock_screen" type="bool">false</key> <key name="tizen.org/feature/systemsetting.incoming_call" type="bool">true</key> - <key name="tizen.org/feature/systemsetting.notification_email" type="bool">false</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/thermistor.ap" type="bool">false</key> <key name="tizen.org/feature/thermistor.cp" type="bool">false</key> |