Make Wi-FI item Enable in emulator 77/105277/1
authorkiso.chang <kiso.chang@samsung.com>
Fri, 16 Dec 2016 07:01:27 +0000 (16:01 +0900)
committerkiso.chang <kiso.chang@samsung.com>
Fri, 16 Dec 2016 07:02:16 +0000 (16:02 +0900)
Change-Id: Ifc8c79673672d9a525094fb433f20e2100f4b4fd
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
setting-common/src/setting-cfg.c

index 6dd71e752c75ab7d5ec9eb17cf0b570fe4f6b8c0..20805f0dd18c70497390af9f7073644cd7bdf723 100755 (executable)
@@ -557,12 +557,6 @@ int setting_cfg_create(bool check_ug_exist)
 
        int i;
        for (i = 0; i < size; i++) {
-               /* Check Emul and block Wifi */
-               if (isEmulBin() && !safeStrCmp(pitem[i].key_name, KeyStr_WiFi)) {
-                       SETTING_TRACE("Skip %s", pitem[i].key_name);
-                       continue;
-               }
-
                SETTING_TRACE(" index : %d ", i);
                Cfg_Item_Type item_type = pitem[i].item_type % 10;
                if (item_type == Cfg_Item_Title_Node) {