次の方法で共有


DevicePolicyManager.NearbyStreamingNotControlledByPolicy Field

Definition

Caution

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

Indicates that nearby streaming is not controlled by policy, which means nearby streaming is allowed.

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

Field Value

Value = 0
Attributes

Remarks

Indicates that nearby streaming is not controlled by policy, which means nearby streaming is allowed.

Java documentation for android.app.admin.DevicePolicyManager.NEARBY_STREAMING_NOT_CONTROLLED_BY_POLICY.

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.

Applies to