summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/application_manager/src/message_helper.cc2
-rw-r--r--src/components/interfaces/HMI_API.xml2
-rw-r--r--src/components/interfaces/QT_HMI_API.xml2
3 files changed, 2 insertions, 4 deletions
diff --git a/src/components/application_manager/src/message_helper.cc b/src/components/application_manager/src/message_helper.cc
index 42517d7b9..40442127c 100644
--- a/src/components/application_manager/src/message_helper.cc
+++ b/src/components/application_manager/src/message_helper.cc
@@ -336,8 +336,6 @@ void MessageHelper::SendOnAppRegisteredNotificationToHMI(
.tts_name());
}
std::string priority;
- message[strings::msg_params][strings::priority] =
- hmi_apis::Common_AppPriority::NORMAL;
// TODO(KKolodiy): need remove method policy_manager
policy::PolicyManager* policy_manager =
policy::PolicyHandler::instance()->policy_manager();
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index aed035230..9f2eacb3f 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -1983,7 +1983,7 @@
<param name="resumeVrGrammars" type="Boolean" mandatory="false">
<description>The flag if VR grammars resume is required</description>
</param>
- <param name="priority" type="Common.AppPriority" mandatory="true">
+ <param name="priority" type="Common.AppPriority" mandatory="false">
<description>Send to HMI so that it can coordinate order of requests/notifications correspondingly.</description>
</param>
</function>
diff --git a/src/components/interfaces/QT_HMI_API.xml b/src/components/interfaces/QT_HMI_API.xml
index 603bb349d..859906ab8 100644
--- a/src/components/interfaces/QT_HMI_API.xml
+++ b/src/components/interfaces/QT_HMI_API.xml
@@ -1983,7 +1983,7 @@
<param name="resumeVrGrammars" type="Boolean" mandatory="false">
<description>The flag if VR grammars resume is required</description>
</param>
- <param name="priority" type="Common.AppPriority" mandatory="true">
+ <param name="priority" type="Common.AppPriority" mandatory="false">
<description>Send to HMI so that it can coordinate order of requests/notifications correspondingly.</description>
</param>
</function>