preferentialNetworkService property
Controls whether preferential network service is enabled on the work profile or on fully managed devices.
For example, an organization may have an agreement with a carrier that all of the work data from its employees' devices will be sent via a network service dedicated for enterprise use. An example of a supported preferential network service is the enterprise slice on 5G networks. This policy has no effect if preferentialNetworkServiceSettings or ApplicationPolicy.preferentialNetworkId is set on devices running Android 13 or above. Possible string values are:
- "PREFERENTIAL_NETWORK_SERVICE_UNSPECIFIED" : Unspecified. Defaults to PREFERENTIAL_NETWORK_SERVICES_DISABLED.
- "PREFERENTIAL_NETWORK_SERVICE_DISABLED" : Preferential network service is disabled on the work profile.
- "PREFERENTIAL_NETWORK_SERVICE_ENABLED" : Preferential network service is enabled on the work profile. This setting is only supported on work profiles on devices running Android 12 or above. Starting with Android 13, fully managed devices are also supported.
Implementation
core.String? preferentialNetworkService;