UserManager.DisallowThreadNetwork Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This user restriction specifies if Thread network is disallowed on the device.
[Android.Runtime.Register("DISALLOW_THREAD_NETWORK", ApiSince=36)]
public const string DisallowThreadNetwork;
[<Android.Runtime.Register("DISALLOW_THREAD_NETWORK", ApiSince=36)>]
val mutable DisallowThreadNetwork : string
Field Value
- Attributes
Remarks
This user restriction specifies if Thread network is disallowed on the device. If Thread network is disallowed it cannot be turned on via Settings.
This restriction can only be set by a device owner or a profile owner of an organization-owned managed profile on the parent profile. In both cases, the restriction applies globally on the device and will turn off the Thread network radio if it's currently on and prevent the radio from being turned on in the future.
Thread is a low-power and low-latency wireless mesh networking protocol built on IPv6.
Default is false
.
Key for user restrictions.
Type: Boolean
Java documentation for android.os.UserManager.DISALLOW_THREAD_NETWORK
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.