summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2019-03-07 15:48:37 -0500
committerjacobkeeler <jacob.keeler@livioradio.com>2019-03-07 15:48:37 -0500
commit5cc1ad073dd9a05a3bd65499acf0c6b079287a29 (patch)
treeec2d6d14ca779f92334178f8a01b1713e4271e2a
parentbaf0605cc0b8aa134baff557e53ad3a0be6ae0d7 (diff)
downloadsdl_core-5cc1ad073dd9a05a3bd65499acf0c6b079287a29.tar.gz
Fix serviceIcon type
-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 f1ec069882..1d910e29bf 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -4007,7 +4007,7 @@
<description> The type of service that is to be offered by this app </description>
</param>
- <param name="serviceIcon" type="String" mandatory="false">
+ <param name="serviceIcon" type="Image" mandatory="false">
<description> The file name of the icon to be associated with this service. Most likely the same as the appIcon. </description>
</param>