DevicePolicyManager.HasLockdownAdminConfiguredNetworks(ComponentName) Method
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.
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.
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.