diff options
author | Jinhee Choi <jh106.choi@samsung.com> | 2015-08-18 20:35:26 +0900 |
---|---|---|
committer | Jinhee Choi <jh106.choi@samsung.com> | 2015-08-18 20:35:26 +0900 |
commit | c3e0dad4f4fda0b3128fb58e9eb29fb738a1194d (patch) | |
tree | a924e1a85ea81e92c4f2757f54b7e411ed0b8785 | |
parent | b1b17408a2ace8a9777a1c766c2a9dbbfac727da (diff) | |
download | model-config-xu3-c3e0dad4f4fda0b3128fb58e9eb29fb738a1194d.tar.gz model-config-xu3-c3e0dad4f4fda0b3128fb58e9eb29fb738a1194d.tar.bz2 model-config-xu3-c3e0dad4f4fda0b3128fb58e9eb29fb738a1194d.zip |
disable wifi direct service discovery feature.submit/tizen_tv/20150818.113554accepted/tizen/tv/20150818.155903
Change-Id: I908b199993f4dd033fd076f76bf5bc2881a83ea6
-rw-r--r-- | model-config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model-config.xml b/model-config.xml index 71e9c42..fc7d2fe 100644 --- a/model-config.xml +++ b/model-config.xml @@ -76,7 +76,7 @@ <key name="tizen.org/feature/network.wifi" type="bool">true</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">true</key> + <key name="tizen.org/feature/network.wifi.direct.service_discovery" type="bool">false</key> <key name="tizen.org/feature/notification" type="bool">false</key> <key name="tizen.org/feature/opengles" type="bool">true</key> <key name="tizen.org/feature/opengles.texture_format.3dc" type="bool">false</key> |