次の方法で共有


DevicePolicyManager.HasLockdownAdminConfiguredNetworks(ComponentName) Method

Definition

Called by a device owner or a profile owner of an organization-owned managed profile to determine whether the user is prevented from modifying networks configured by the admin.

[Android.Runtime.Register("hasLockdownAdminConfiguredNetworks", "(Landroid/content/ComponentName;)Z", "GetHasLockdownAdminConfiguredNetworks_Landroid_content_ComponentName_Handler", ApiSince=30)]
[Android.Runtime.RequiresPermission("android.permission.MANAGE_DEVICE_POLICY_WIFI")]
public virtual bool HasLockdownAdminConfiguredNetworks (Android.Content.ComponentName? admin);
[<Android.Runtime.Register("hasLockdownAdminConfiguredNetworks", "(Landroid/content/ComponentName;)Z", "GetHasLockdownAdminConfiguredNetworks_Landroid_content_ComponentName_Handler", ApiSince=30)>]
[<Android.Runtime.RequiresPermission("android.permission.MANAGE_DEVICE_POLICY_WIFI")>]
abstract member HasLockdownAdminConfiguredNetworks : Android.Content.ComponentName -> bool
override this.HasLockdownAdminConfiguredNetworks : Android.Content.ComponentName -> bool

Parameters

admin
ComponentName

admin Which DeviceAdminReceiver this request is associated with.

Returns

Attributes

Remarks

Called by a device owner or a profile owner of an organization-owned managed profile to determine whether the user is prevented from modifying networks configured by the admin.

Java documentation for android.app.admin.DevicePolicyManager.hasLockdownAdminConfiguredNetworks(android.content.ComponentName).

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