summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConlain Kelly <conlain.k@gmail.com>2018-08-01 16:47:48 -0400
committerConlain Kelly <conlain.k@gmail.com>2018-08-01 16:47:48 -0400
commitf52143d6b097dcd219ca7c2178da1d5d4f83457e (patch)
tree17f07470165b36be5d4578eff06fe2cd31f32278
parentdde69f5ff6353b071586efba2c5746fffa296c83 (diff)
downloadsdl_core-f52143d6b097dcd219ca7c2178da1d5d4f83457e.tar.gz
Make iconResumed optional
-rw-r--r--src/components/interfaces/MOBILE_API.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 97bc33ceae..185976a48b 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -3410,7 +3410,7 @@
<param name="systemSoftwareVersion" type="String" maxlength="100" mandatory="false" platform="documentation">
<description>The software version of the system that implements the SmartDeviceLink core.</description>
</param>
- <param name="iconResumed" type="Boolean" mandatory="true">
+ <param name="iconResumed" type="Boolean" mandatory="false">
<description>Existence of apps icon at system. If true, apps icon
was resumed at system. If false, apps icon is not resumed at system</description>
</param>