Fix doc for EXTRA_PROVISIONING_COLOR.

Change-Id: Ic6fdb7978658e0187af9e2b29960dbd0a803dc85
diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java
index 6f3af52..1f0d8f7 100644
--- a/core/java/android/app/admin/DevicePolicyManager.java
+++ b/core/java/android/app/admin/DevicePolicyManager.java
@@ -364,8 +364,8 @@
         = "android.app.extra.PROVISIONING_EMAIL_ADDRESS";
 
     /**
-     * A integer extra indicating indicating the predominant color to show during the provisioning.
-     * Refer to {@link android.graphics#Color} for how the color is represented.
+     * A integer extra indicating the predominant color to show during the provisioning.
+     * Refer to {@link android.graphics.Color} for how the color is represented.
      *
      * <p>Use with {@link #ACTION_PROVISION_MANAGED_PROFILE} or
      * {@link #ACTION_PROVISION_MANAGED_DEVICE}.