DevicePolicyManager.ExtraProvisioningMainColor 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 integer extra indicating the predominant color to show during the provisioning.
[Android.Runtime.Register("EXTRA_PROVISIONING_MAIN_COLOR", ApiSince=24)]
public const string ExtraProvisioningMainColor;
[<Android.Runtime.Register("EXTRA_PROVISIONING_MAIN_COLOR", ApiSince=24)>]
val mutable ExtraProvisioningMainColor : string
Field Value
- Attributes
Remarks
A integer extra indicating the predominant color to show during the provisioning. Refer to android.graphics.Color
for how the color is represented.
Use with #ACTION_PROVISION_MANAGED_PROFILE
or #ACTION_PROVISION_MANAGED_DEVICE
.
This member is deprecated. Color customization is no longer supported in the provisioning flow.
Java documentation for android.app.admin.DevicePolicyManager.EXTRA_PROVISIONING_MAIN_COLOR
.
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.