summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nicolas Prevot <nprevot@google.com> 2015-05-12 18:14:53 -0700
committer Nicolas Prevot <nprevot@google.com> 2015-05-12 18:17:17 -0700
commitebe2d991602a20e051d94ec77300336383d1e7eb (patch)
treed4762ee926d66e8cea6baa1b59ecb0ccdb5fb9ce
parent4dc541497dd1b25afb8b0323312800bf80f89eac (diff)
Fix the doc for ACTION_MANAGED_PROFILE_PROVISIONED.
In the html doc, it showed up as (@see #ACTION_PROVISION_MANAGED_PROFILE). Change-Id: I4b3eec26525c6bd87319296f4bb89d037dfc3d03
-rw-r--r--core/java/android/app/admin/DevicePolicyManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java
index ae072068b922..ac26b06dce75 100644
--- a/core/java/android/app/admin/DevicePolicyManager.java
+++ b/core/java/android/app/admin/DevicePolicyManager.java
@@ -402,7 +402,7 @@ public class DevicePolicyManager {
* has completed successfully.
*
* <p>The broadcast is limited to the primary profile, to the app specified in the provisioning
- * intent (@see #ACTION_PROVISION_MANAGED_PROFILE).
+ * intent with action {@link #ACTION_PROVISION_MANAGED_PROFILE}.
*
* <p>This intent will contain the extra {@link #EXTRA_PROVISIONING_ACCOUNT_TO_MIGRATE} which
* corresponds to the account requested to be migrated at provisioning time, if any.