DeviceAdminInfo.SupportsTransferOwnership Method

Definition

Return true if this administrator can be a target in an ownership transfer.

[Android.Runtime.Register("supportsTransferOwnership", "()Z", "", ApiSince=28)]
public bool SupportsTransferOwnership ();
[<Android.Runtime.Register("supportsTransferOwnership", "()Z", "", ApiSince=28)>]
member this.SupportsTransferOwnership : unit -> bool

Returns

Boolean
Attributes

Remarks

Java documentation for android.app.admin.DeviceAdminInfo.supportsTransferOwnership().

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