summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriAndrew5 <abyzhynar@luxoft.com>2015-12-07 14:25:08 +0200
committeriAndrew5 <abyzhynar@luxoft.com>2015-12-07 14:25:08 +0200
commitd02af88a77abd848f5f53477db70399806821189 (patch)
treed951f7eb9c57e8c565e0f437b4da2d7963feb74a
parentd6120b98447ff89c1cfab05545709c9e70829347 (diff)
downloadsmartdevicelink-d02af88a77abd848f5f53477db70399806821189.tar.gz
Changed description of parameter greyOut to correspond reuirements
Fixes: APPLINK-18998
-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>