summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Prevot <nprevot@google.com>2015-05-13 17:46:04 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-13 17:46:05 +0000
commit22fec2201f01222d61c84f536289fd1e8bb5a03f (patch)
tree485e4d70e9117c57dbee7355f1492b2a54062750
parent21623faa449496d68bd102ddda5874f572b9c55a (diff)
parentebe2d991602a20e051d94ec77300336383d1e7eb (diff)
downloadframeworks_base-22fec2201f01222d61c84f536289fd1e8bb5a03f.zip
frameworks_base-22fec2201f01222d61c84f536289fd1e8bb5a03f.tar.gz
frameworks_base-22fec2201f01222d61c84f536289fd1e8bb5a03f.tar.bz2
Merge "Fix the doc for ACTION_MANAGED_PROFILE_PROVISIONED." into mnc-dev
-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 3fb7059..110bdf0 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.