From ebe2d991602a20e051d94ec77300336383d1e7eb Mon Sep 17 00:00:00 2001 From: Nicolas Prevot Date: Tue, 12 May 2015 18:14:53 -0700 Subject: [PATCH] Fix the doc for ACTION_MANAGED_PROFILE_PROVISIONED. In the html doc, it showed up as (@see #ACTION_PROVISION_MANAGED_PROFILE). Change-Id: I4b3eec26525c6bd87319296f4bb89d037dfc3d03 --- core/java/android/app/admin/DevicePolicyManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java index ae072068b922f..ac26b06dce757 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. * *

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}. * *

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.