summaryrefslogtreecommitdiff
path: root/plugin/sms_cdma_plugin/SmsCdmaPluginEventHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/sms_cdma_plugin/SmsCdmaPluginEventHandler.cpp')
-rwxr-xr-xplugin/sms_cdma_plugin/SmsCdmaPluginEventHandler.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/plugin/sms_cdma_plugin/SmsCdmaPluginEventHandler.cpp b/plugin/sms_cdma_plugin/SmsCdmaPluginEventHandler.cpp
index 257da87..2320e11 100755
--- a/plugin/sms_cdma_plugin/SmsCdmaPluginEventHandler.cpp
+++ b/plugin/sms_cdma_plugin/SmsCdmaPluginEventHandler.cpp
@@ -19,7 +19,6 @@
#include <errno.h>
#include <time.h>
-#include <aul.h>
#include <bundle.h>
#include <eventsystem.h>
@@ -475,10 +474,7 @@ void SmsPluginEventHandler::handleSentStatus(msg_network_status_t NetStatus)
bundle_add_str(b, EVT_KEY_OUT_MSG_ID, msgId);
eventsystem_send_system_event(SYS_EVENT_OUTGOING_MSG, b);
bundle_add_str(b, "cmd", "outgoing_msg");
- int ret = aul_launch_app_for_uid("org.tizen.msg-manager", b, msg_get_login_user());
- if (ret <= 0) {
- MSG_DEBUG("aul_launch_app_for_uid() is failed : %d", ret);
- }
+ msg_launch_app(MSG_MGR_APP_ID, b);
bundle_free(b);
}
} else {