summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2019-07-11 15:57:36 -0400
committerjacobkeeler <jacob.keeler@livioradio.com>2019-07-11 15:57:36 -0400
commit8080f10bd7b7f5bbe074cbdafdc19fba7ebe8118 (patch)
treebf2cb540cc7fc5390c59a81623d3f8545bbd4328 /src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile
parentca57f92444a0784ade3e2d0c872887467f0aeb6f (diff)
downloadsdl_core-8080f10bd7b7f5bbe074cbdafdc19fba7ebe8118.tar.gz
Address review commentsfeature/close_application_rpc
Diffstat (limited to 'src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile')
-rw-r--r--src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/close_application_request.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/close_application_request.cc b/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/close_application_request.cc
index 0c66381be7..736f0355dc 100644
--- a/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/close_application_request.cc
+++ b/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/close_application_request.cc
@@ -83,7 +83,7 @@ void CloseApplicationRequest::on_event(const event_engine::Event& event) {
mobile_apis::Result::eType result =
MessageHelper::HMIToMobileResult(hmi_result);
bool success = PrepareResultForMobileResponse(
- hmi_result, HmiInterfaces::HMI_INTERFACE_AppService);
+ hmi_result, HmiInterfaces::HMI_INTERFACE_BasicCommunication);
if (success) {
ApplicationSharedPtr app =
application_manager_.application(connection_key());