diff options
author | Nicolas Prevot <nprevot@google.com> | 2015-05-13 17:46:04 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-05-13 17:46:05 +0000 |
commit | 22fec2201f01222d61c84f536289fd1e8bb5a03f (patch) | |
tree | 485e4d70e9117c57dbee7355f1492b2a54062750 | |
parent | 21623faa449496d68bd102ddda5874f572b9c55a (diff) | |
parent | ebe2d991602a20e051d94ec77300336383d1e7eb (diff) | |
download | frameworks_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.java | 2 |
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. |