ManagedSubscriptionsPolicy.TypeAllManagedSubscriptions 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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實作
- 屬性
備註
代表政策是裝置上只設受管理訂閱,現有及未來的訂閱都只與受管理設定檔綁定。
當訂閱與受管設定檔綁定時,使用該訂閱的來電/撥打電話和簡訊只能透過管理設定檔的應用程式進行。 此外,通話記錄和訊息只能從受管理的設定檔存取。
Java 文件 android.app.admin.ManagedSubscriptionsPolicy.TYPE_ALL_MANAGED_SUBSCRIPTIONS。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。