diff options
author | Hyunjin Park <hj.na.park@samsung.com> | 2016-06-02 17:07:40 +0900 |
---|---|---|
committer | Hyunjin Park <hj.na.park@samsung.com> | 2016-06-02 17:08:05 +0900 |
commit | f34848f967e54f41988bfe33dad6b80662a02c54 (patch) | |
tree | cd013b573200519a0a396b6a21c4ae99279b2638 | |
parent | eab0e4882d8f1ac3b7313948a71c052cc91f2032 (diff) | |
download | model-config-tm1-f34848f967e54f41988bfe33dad6b80662a02c54.tar.gz model-config-tm1-f34848f967e54f41988bfe33dad6b80662a02c54.tar.bz2 model-config-tm1-f34848f967e54f41988bfe33dad6b80662a02c54.zip |
add key.volume/menu/back due to TC issue of Event module of Cordova APIsubmit/tizen/20160602.104635accepted/tizen/mobile/20160602.231311
Change-Id: I9f683c99a32d137d491c70c6579ffde4824acec9
-rw-r--r-- | model-config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/model-config.xml b/model-config.xml index 59f5760..93b7015 100644 --- a/model-config.xml +++ b/model-config.xml @@ -197,6 +197,9 @@ <key name="tizen.org/system/sound.notification.volume.resolution.max" type="int">15</key> <key name="tizen.org/system/sound.ringtone.volume.resolution.max" type="int">15</key> <key name="tizen.org/system/sound.system.volume.resolution.max" type="int">15</key> + <key name="tizen.org/system/input.key.volume" type="bool">true</key> + <key name="tizen.org/system/input.key.menu" type="bool">true</key> + <key name="tizen.org/system/input.key.back" type="bool">true</key> </platform> <custom> </custom> |