From: Dmitriy Trunov Date: Fri, 4 Apr 2014 16:19:53 +0000 (+0300) Subject: APPLINK-6581:Chenged behavior during activat app X-Git-Tag: 3.5~118 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1150c7dd8733cd6c11e501fa2810a3587bd4130e;p=profile%2Fivi%2Fsmartdevicelink.git APPLINK-6581:Chenged behavior during activat app --- diff --git a/src/components/application_manager/src/message_helper.cc b/src/components/application_manager/src/message_helper.cc index d9c2a7a..1562b48 100644 --- a/src/components/application_manager/src/message_helper.cc +++ b/src/components/application_manager/src/message_helper.cc @@ -489,7 +489,6 @@ void MessageHelper::SendAppDataToHMI(ApplicationConstSharedPtr app) { SendGlobalPropertiesToHMI(app); SendShowRequestToHMI(app); - SendAddCommandRequestToHMI(app); } void MessageHelper::SendGlobalPropertiesToHMI(ApplicationConstSharedPtr app) {