summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-08-06 14:38:53 -0400
committerGitHub <noreply@github.com>2018-08-06 14:38:53 -0400
commit4826e456925f48e12b6fdc7f93870d9d6ee4240d (patch)
tree7298ab73e9d8fb3584a41e2dabdebc99d497aa24
parentdde69f5ff6353b071586efba2c5746fffa296c83 (diff)
parente41e1dc062231f947d927b19c1cea7fae991fd49 (diff)
downloadsdl_core-4826e456925f48e12b6fdc7f93870d9d6ee4240d.tar.gz
Merge pull request #2487 from smartdevicelink/feature/iconResumed_optional
Feature/icon resumed optional
-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>