summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/interfaces/MOBILE_API.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 97bc33ceae..b69e88c936 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -3410,9 +3410,11 @@
<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">
- <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 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>
</function>