ServiceIconFile

MBAE deprecation warning

Important

Starting in Windows 10, version 1803, the MBAE app experience is replaced by an MO UWP app. For more information about MO UWP apps, see UWP mobile broadband apps.

Important

In Windows 10, version 1709 and later, this field has been replaced by branding through COSA. Fields in COSA for branding are described on Planning your desktop COSA/APN database submission. If you are targeting versions of Windows before Windows 10, Version 1709, you will still create a metadata package as described in this section. For more information about COSA, see COSA overview.

The ServiceIconFile element specifies the name of the service icon file in the service metadata package. The service icon file is used to display the logo of the mobile network operator (MNO) or mobile virtual network operator (MVNO) in Windows Connection Manager.

Usage

<ServiceProvider>
  text
</ServiceProvider>

Attributes

There are no attributes.

Text value

The name of an icon file with an .ICO extension.

Child elements

There are no child elements.

Parent elements

Element Description

ServiceInfo

The ServiceInfo element is the parent element of the ServiceInfo XML schema.

XSD

<xs:element name="ServiceIconFile" type="tns:ServiceIconFileType" minOccurs="0"/>

<xs:simpleType name="ServiceIconFileType">
  <xs:restriction base="xs:string">
    <xs:pattern value=".+\.ico"/>
  </xs:restriction>
</xs:simpleType>

Remarks

The required icon file sizes are as follows:

256x256:32bit+Alpha(compressed)

24x24:32bit+Alpha

48x48:32bit+Alpha

24x24:8bit256

48x48:8bit256

24x24:4bit16

48x48:4bit16

16x16:32bit+Alpha

32x32:32bit+Alpha

16x16:8bit256

32x32:8bit256

16x16:4bit16

32x32:4bit16

The ServiceIconFile element is marked as optional in the schema. However, service metadata packages that are submitted to the Windows Dev Center Dashboard without the ServiceIconFile element will be rejected.