Package (SoftwareInfo - priviliged applications)

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.

The Package element specifies an app that should have access to the privileged Mobile Broadband interfaces.

Usage

<Package>
  child element
</Package>

Attributes

There are no attributes.

Child elements

Element Description

Identity

The publisher identify of the app.

Parent elements

Element Description

PrivilegedApplications

The apps that should have access to the privileged Mobile Broadband interfaces.

XSD

<xs:element name="Package" type="tns:PackageForPrivilegedApplications" maxOccurs="unbounded" />

<xs:complexType name="PackageForPrivilegedApplications">
  <xs:sequence>
    <xs:element name="Identity" type="tns:IdentityForPrivilegedApplicationsType" />
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

Remarks

The Package element is optional.