diff options
author | Jinhee Choi <jh106.choi@samsung.com> | 2015-08-10 11:10:15 +0900 |
---|---|---|
committer | Jinhee Choi <jh106.choi@samsung.com> | 2015-08-10 11:10:15 +0900 |
commit | 1c51db2ee45fc372c43c970008067d6000086647 (patch) | |
tree | 0629e98e2a51df9d3858a7ddf4193d1c34e129fa | |
parent | 8fb539462be677c05d3dd72ddaf2055c3b6e2391 (diff) | |
download | model-config-n4-1c51db2ee45fc372c43c970008067d6000086647.tar.gz model-config-n4-1c51db2ee45fc372c43c970008067d6000086647.tar.bz2 model-config-n4-1c51db2ee45fc372c43c970008067d6000086647.zip |
WiFi Direct is enabled.submit/tizen_mobile/20150810.021142accepted/tizen/mobile/20150810.043514
-rw-r--r-- | model-config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/model-config.xml b/model-config.xml index 8b2ee4b..05bbc4f 100644 --- a/model-config.xml +++ b/model-config.xml @@ -77,9 +77,9 @@ <key name="tizen.org/feature/network.tethering.usb" type="bool">true</key> <key name="tizen.org/feature/network.tethering.wifi" type="bool">true</key> <key name="tizen.org/feature/network.wifi" type="bool">true</key> - <key name="tizen.org/feature/network.wifi.direct" type="bool">false</key> + <key name="tizen.org/feature/network.wifi.direct" type="bool">true</key> <key name="tizen.org/feature/network.wifi.direct.display" type="bool">true</key> - <key name="tizen.org/feature/network.wifi.direct.service_discovery" type="bool">false</key> + <key name="tizen.org/feature/network.wifi.direct.service_discovery" type="bool">true</key> <key name="tizen.org/feature/notification" type="bool">true</key> <key name="tizen.org/feature/opengles" type="bool">true</key> <key name="tizen.org/feature/opengles.texture_format.3dc" type="bool">false</key> |