summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Nosach <ANosach@luxoft.com>2015-12-08 13:40:28 +0200
committerArtem Nosach <ANosach@luxoft.com>2015-12-08 13:40:28 +0200
commit7fd2f87c39749d7230e9276d3ec0efbfe018dc78 (patch)
tree0f57313e4a2ff726b85e30647bf8b97b1178c8cc
parent39ddde961933ee64402040ec217497f4a63926ec (diff)
parentd02af88a77abd848f5f53477db70399806821189 (diff)
downloadsmartdevicelink-7fd2f87c39749d7230e9276d3ec0efbfe018dc78.tar.gz
Merge pull request #294 from LuxoftSDL/hotfix/Change_description_of_greyOut_param_in_HMI_API_SDL_rel4_0
Changed description of parameter greyOut to correspond requirements
-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 0f00117b1..62f3d2a10 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -1393,7 +1393,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>