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

实现

属性

注解

表示只有设备上的托管订阅的策略,设备上的任何现有订阅和将来的订阅都专门与托管配置文件相关联。

当订阅与托管配置文件关联时,使用该订阅的传入/传出呼叫和短信只能通过托管配置文件上的应用工作。 此外,只能从托管配置文件访问呼叫日志和消息。

Java文档android.app.admin.ManagedSubscriptionsPolicy.TYPE_ALL_MANAGED_SUBSCRIPTIONS

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于