[ACR-836] Change type for extra key 05/102505/2
authorJihoon Jung <jh8801.jung@samsung.com>
Tue, 6 Dec 2016 04:40:54 +0000 (13:40 +0900)
committerJihoon Jung <jh8801.jung@samsung.com>
Tue, 6 Dec 2016 04:45:50 +0000 (20:45 -0800)
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: Ib458380647a0b7f69f63deaa9413a93fcf4e4e8f

packaging/ug-nfc-efl.spec
wearable/app/src/nsa-main.c

index 33a4c0f..204efae 100644 (file)
@@ -16,7 +16,7 @@ ExcludeArch: %{arm} %ix86 x86_64
 
 Name:       ug-nfc-efl
 Summary:    NFC Setting UI
-Version:    3.1.4
+Version:    3.1.5
 Release:    0
 Group:      App/Network
 License:    Flora-1.1
index a92fc61..91b03c9 100755 (executable)
@@ -110,7 +110,7 @@ static void __parse_service(app_control_h service, void *user_data)
 
        app_control_get_operation(service, &operation);
        app_control_get_app_id(service, &app_id);
-       app_control_get_extra_data(service, "type", &ex_data);
+       app_control_get_extra_data(service, APP_CONTROL_DATA_TYPE, &ex_data);
 
        NSA_DEBUG("operation [%s] >>>>> ", GET_SAFE_STRING(operation));
        NSA_DEBUG("app_id [%s] >>>>> ", GET_SAFE_STRING(app_id));