INFO_LOG(UG_NAME_NORMAL, "message load from caller");
char *caller = NULL;
- if (service_get_extra_data(service, UG_CALLER, &caller)) {
- ERROR_LOG(UG_NAME_NORMAL, "Fail to get service extra data");
-
- __COMMON_FUNC_EXIT__;
- return NULL;
- }
+ service_get_extra_data(service, UG_CALLER, &caller);
if (caller != NULL) {
INFO_LOG(UG_NAME_NORMAL, "caller: %s", caller);
<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns="http://tizen.org/ns/packages" package="wifi-efl-ug" version="0.5.2_9" install-location="internal-only">
+<manifest xmlns="http://tizen.org/ns/packages" package="wifi-efl-ug" version="0.5.2_19" install-location="internal-only">
<label>Wi-Fi</label>
<author email="sunil85.kim@samsung.com" href="www.samsung.com">Sunil Kim</author>
<description>Wi-Fi</description>
<ui-application appid="wifi-efl-ug" exec="/usr/ug/bin/wifi-efl-UG" nodisplay="true" taskmanage="false" multiple="false" type="capp">
<label>Wi-Fi</label>
<application-service>
- <operation name="http://tizen.org/appcontrol/operation/ugtest"/>
+ <operation name="http://tizen.org/appcontrol/operation/setting/wifi"/>
</application-service>
</ui-application>
</manifest>