共用方式為


ManagedSubscriptionsPolicy.TypeAllManagedSubscriptions 欄位

定義

警告

This constant will be removed in the future version. Use Android.App.Admin.ManagedSubscriptionsType enum directly instead of this field.

表示只有裝置上受控訂用帳戶的原則,裝置上任何現有和未來的訂用帳戶都專門與受控配置文件相關聯。

[Android.Runtime.Register("TYPE_ALL_MANAGED_SUBSCRIPTIONS", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.ManagedSubscriptionsType enum directly instead of this field.", true)]
public const Android.App.Admin.ManagedSubscriptionsType TypeAllManagedSubscriptions = 1;
[<Android.Runtime.Register("TYPE_ALL_MANAGED_SUBSCRIPTIONS", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.ManagedSubscriptionsType enum directly instead of this field.", true)>]
val mutable TypeAllManagedSubscriptions : Android.App.Admin.ManagedSubscriptionsType

欄位值

Value = 1

實作

屬性

備註

表示只有裝置上受控訂用帳戶的原則,裝置上任何現有和未來的訂用帳戶都專門與受控配置文件相關聯。

當訂用帳戶與受控配置檔相關聯時,使用該訂用帳戶的來電和簡訊只能透過受控配置檔上的應用程式運作。 此外,只能從受控配置檔存取通話記錄和訊息。

android.app.admin.ManagedSubscriptionsPolicy.TYPE_ALL_MANAGED_SUBSCRIPTIONSJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於