Set default value of app-control visibility attribute 70/179370/1
authorSangyoon Jang <jeremy.jang@samsung.com>
Thu, 17 May 2018 11:06:49 +0000 (20:06 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Thu, 17 May 2018 11:14:02 +0000 (20:14 +0900)
Change-Id: I1567d0e729f3c47cfdf30fae003799198e9dc9ed
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
src/wgt/step/configuration/step_parse.cc

index 1637c54..58b5baf 100644 (file)
@@ -625,6 +625,7 @@ bool StepParse::FillAppControl(manifest_x* manifest) {
       app_control->operation = strdup(control.operation().c_str());
       app_control->mime = strdup(control.mime().c_str());
       app_control->uri = strdup(control.uri().c_str());
+      app_control->visibility = strdup("local-only");
       app->appcontrol = g_list_append(app->appcontrol, app_control);
     }
   }