Modify phone app control operation to default 90/67490/1 accepted/tizen_tv accepted/tizen/common/20160427.054119 accepted/tizen/ivi/20160427.080531 accepted/tizen/mobile/20160427.080541 accepted/tizen/tv/20160427.080520 accepted/tizen/wearable/20160427.080533 submit/tizen/20160427.040905
authorWootak Jung <wootak.jung@samsung.com>
Wed, 27 Apr 2016 02:54:30 +0000 (11:54 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Wed, 27 Apr 2016 02:54:30 +0000 (11:54 +0900)
- TSAM-2540

Change-Id: Ie6b9817357593809c4c230e23efa4bab004dca9f

module/src/callmgr-contact.c
packaging/call-manager.spec

index a049df1..be32a17 100755 (executable)
@@ -662,9 +662,9 @@ static void __callmgr_ct_add_notification(int missed_cnt)
                err("Fail to app_control_create");
        } else {
                dbg("Create service");
-               if (app_control_set_app_id(service, DIALER_PKG)  != APP_CONTROL_ERROR_NONE) {
+               if (app_control_set_app_id(service, DIALER_PKG) != APP_CONTROL_ERROR_NONE) {
                        err("Fail to app_control_set_app_id");
-               } else if (app_control_set_operation(service, APP_CONTROL_OPERATION_VIEW)  != APP_CONTROL_ERROR_NONE) {
+               } else if (app_control_set_operation(service, APP_CONTROL_OPERATION_DEFAULT)  != APP_CONTROL_ERROR_NONE) {
                        err("Fail to app_control_set_operation");
                } else if (app_control_add_extra_data(service, "logs", "missed_call")  != APP_CONTROL_ERROR_NONE) {
                        err("Fail to app_control_add_extra_data");
@@ -1070,9 +1070,9 @@ static void __callmgr_ct_add_rec_reject_notification(char *number, int person_id
                err("Fail to app_control_create");
        } else {
                dbg("Create service");
-               if (app_control_set_app_id(service, DIALER_PKG)  != APP_CONTROL_ERROR_NONE) {
+               if (app_control_set_app_id(service, DIALER_PKG) != APP_CONTROL_ERROR_NONE) {
                        err("Fail to app_control_set_app_id");
-               } else if (app_control_set_operation(service, APP_CONTROL_OPERATION_VIEW)  != APP_CONTROL_ERROR_NONE) {
+               } else if (app_control_set_operation(service, APP_CONTROL_OPERATION_DEFAULT)  != APP_CONTROL_ERROR_NONE) {
                        err("Fail to app_control_set_operation");
                } else if (app_control_add_extra_data(service, "launch_type", "log")  != APP_CONTROL_ERROR_NONE) {
                        err("Fail to app_control_add_extra_data");
index 8b8db70..ddf7620 100755 (executable)
@@ -1,6 +1,6 @@
 %define major 0
 %define minor 1
-%define patchlevel 59
+%define patchlevel 60
 %define ext_feature 0
 
 Name:           call-manager