共用方式為


PrivilegedApplications

MBAE 棄用通知

Important

從 Windows 10 版本 1803 開始,MBAE 應用程式體驗會由MO UWP 應用程式取代。 如需MO UWP 應用程式的詳細資訊,請參閱 UWP行動寬頻應用程式

PrivilegedApplications 元素會指定允許存取特殊許可權行動寬頻介面的應用程式。

Usage

<PrivilegedApplications>
  Child elements
</PrivilegedApplications>

Attributes

沒有屬性。

Child elements

Element Description

Package

應該可以存取特殊許可權行動寬頻介面的應用程式。

Parent elements

Element Description

SoftwareInfo

SoftwareInfo XML 結構描述的父元素。

XSD

<xs:element name="PrivilegedApplications" type="tns:PrivilegedApplicationsType" minOccurs="0" />

<xs:complexType name="PrivilegedApplicationsType">
  <xs:choice>
    <xs:element name="AnyApplication" type="tns:AnyApplicationType" />
    <xs:element name="Package" type="tns:PackageForPrivilegedApplications" maxOccurs="unbounded" />
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
  </xs:choice>
</xs:complexType>

Remarks

  • PrivilegedApplications 元素可讓指定的應用程式存取具有特殊許可權的行動寬頻和簡訊 API。

  • The structure for the package Identity is identical with the <Identity> element in the application manifest structure. 您應該從應用程式資訊清單複製元素。

  • To specify multiple packages, list multiple Package elements in the PrivilegedApplications element.

  • 套件名稱、發行者和應用程式識別碼必須符合 Microsoft Store 應用程式的 package.appxmanifest 中的資訊。 發佈者也必須符合電腦上安裝的發佈者憑證。

  • For the Microsoft Store app that is listed under the DeviceCompanionApplications element to have access to privileged Mobile Broadband interfaces including SMS, that app also must be specified under the PrivilegedApplications element.

  • 當您將服務中繼資料套件提交至 Windows 開發人員中心儀錶板時,您無法宣告超過 2 個特殊許可權應用程式。 其中一個應用程式必須是將自動下載的 Microsoft Store 裝置應用程式的應用程式識別碼。 第二個特殊許可權應用程式不會自動下載,但如果已安裝應用程式,則會存取特殊許可權行動寬頻 API。

PrivilegedApplications 元素是選擇性的。