summaryrefslogtreecommitdiff
path: root/src/components/interfaces
diff options
context:
space:
mode:
authorAGaliuzov <AGaliuzov@luxoft.com>2015-12-07 14:49:40 +0200
committerAGaliuzov <AGaliuzov@luxoft.com>2015-12-07 14:49:40 +0200
commitb3f2cf6467aaf0e12f98ae08d8b91a95db717765 (patch)
tree6cf3c60a0503d9622c441898054cc4f25e3ad2e3 /src/components/interfaces
parent0d1d920feb28bde448242501f712aad145f062c2 (diff)
parentd02af88a77abd848f5f53477db70399806821189 (diff)
downloadsdl_core-b3f2cf6467aaf0e12f98ae08d8b91a95db717765.tar.gz
Merge pull request #292 from LuxoftSDL/hotfix/Change_description_of_greyOut_param_in_HMI_API_SDL_rel4_0
Changed description of parameter greyOut to correspond reuirements
Diffstat (limited to 'src/components/interfaces')
-rw-r--r--src/components/interfaces/HMI_API.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 876887b749..d253f3ac5b 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -1413,7 +1413,7 @@
</param>
<param name="greyOut" type="Boolean" mandatory="false">
<description>Indicates whether application should be dimmed on the screen.</description>
- <description>Applicable only for apps received through QueryApps and still not registered.</description>
+ <description>In case app is not in foreground SDL must notify HMI to grey out the corresponding apps-available-for-launching and currently not registered</description>
</param>
<param name="requestType" type="Common.RequestType" minsize="0" maxsize="100" array="true" mandatory="false">
<description>The list of SystemRequest's RequestTypes allowed by policies for the named application</description>