DeviceAdminReceiver.ExtraTransferOwnershipAdminExtrasBundle Field
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.
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.
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.