Share via


DeviceAdminReceiver.ExtraTransferOwnershipAdminExtrasBundle Field

Definition

A android.os.Parcelable extra of type android.os.PersistableBundle that allows a mobile device management application to pass data to the management application instance after owner transfer.

[Android.Runtime.Register("EXTRA_TRANSFER_OWNERSHIP_ADMIN_EXTRAS_BUNDLE", ApiSince=28)]
public const string ExtraTransferOwnershipAdminExtrasBundle;
[<Android.Runtime.Register("EXTRA_TRANSFER_OWNERSHIP_ADMIN_EXTRAS_BUNDLE", ApiSince=28)>]
val mutable ExtraTransferOwnershipAdminExtrasBundle : string

Field Value

Attributes

Remarks

A android.os.Parcelable extra of type android.os.PersistableBundle that allows a mobile device management application to pass data to the management application instance after owner transfer.

If the transfer is successful, the new owner receives the data in DeviceAdminReceiver#onTransferOwnershipComplete(Context, PersistableBundle). The bundle is not changed during the ownership transfer.

Java documentation for android.app.admin.DeviceAdminReceiver.EXTRA_TRANSFER_OWNERSHIP_ADMIN_EXTRAS_BUNDLE.

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