DevicePolicyManager.ExtraProvisioningShouldLaunchResultIntent 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 boolean extra that determines whether the provisioning flow should launch the resulting
launch intent, if one is supplied by the device policy management role holder via #EXTRA_RESULT_LAUNCH_INTENT
.
[Android.Runtime.Register("EXTRA_PROVISIONING_SHOULD_LAUNCH_RESULT_INTENT", ApiSince=33)]
public const string ExtraProvisioningShouldLaunchResultIntent;
[<Android.Runtime.Register("EXTRA_PROVISIONING_SHOULD_LAUNCH_RESULT_INTENT", ApiSince=33)>]
val mutable ExtraProvisioningShouldLaunchResultIntent : string
Field Value
- Attributes
Remarks
A boolean extra that determines whether the provisioning flow should launch the resulting launch intent, if one is supplied by the device policy management role holder via #EXTRA_RESULT_LAUNCH_INTENT
. Default value is false
.
If true
, the resulting intent will be launched by the provisioning flow, if one is supplied by the device policy management role holder.
If false
, the resulting intent will be returned as #EXTRA_RESULT_LAUNCH_INTENT
to the provisioning initiator, if one is supplied by the device manager role holder. It will be the responsibility of the provisioning initiator to launch this Intent
after provisioning completes.
This extra is respected when provided via the provisioning intent actions such as #ACTION_PROVISION_MANAGED_PROFILE
.
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.