DevicePolicyManager.ExtraResultLaunchIntent 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.
An Intent
result extra specifying the Intent
to be launched after
provisioning is finalized.
[Android.Runtime.Register("EXTRA_RESULT_LAUNCH_INTENT", ApiSince=33)]
public const string ExtraResultLaunchIntent;
[<Android.Runtime.Register("EXTRA_RESULT_LAUNCH_INTENT", ApiSince=33)>]
val mutable ExtraResultLaunchIntent : string
Field Value
- Attributes
Remarks
An Intent
result extra specifying the Intent
to be launched after provisioning is finalized.
If #EXTRA_PROVISIONING_SHOULD_LAUNCH_RESULT_INTENT
is set to false
, this result will be supplied as part of the result Intent
for provisioning actions such as #ACTION_PROVISION_MANAGED_PROFILE
. This result will also be supplied as part of the result Intent
for the device policy management role holder provisioning actions.
Java documentation for android.app.admin.DevicePolicyManager.EXTRA_RESULT_LAUNCH_INTENT
.
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.