From 1ebd4ad6cd645830d1eca12b2108c6ab4327c108 Mon Sep 17 00:00:00 2001 From: RoboErik Date: Tue, 11 Mar 2014 15:43:46 -0700 Subject: Fix SDK build Change-Id: I4bf73294cc9d970e17d1cddb840b53cc42155d14 --- core/java/android/app/admin/DeviceAdminReceiver.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/admin/DeviceAdminReceiver.java b/core/java/android/app/admin/DeviceAdminReceiver.java index 6f4533c980a7..f9d905969202 100644 --- a/core/java/android/app/admin/DeviceAdminReceiver.java +++ b/core/java/android/app/admin/DeviceAdminReceiver.java @@ -169,7 +169,7 @@ public class DeviceAdminReceiver extends BroadcastReceiver { * the provisioning of a managed profile has completed successfully. * *

The broadcast is limited to the package which started the provisioning as specified in - * the extra {@link DevicePolicyManager#EXTRA_PROVISIONING_MDM_PACKAGE_NAME} of the + * the extra {@link DevicePolicyManager#EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_NAME} of the * {@link DevicePolicyManager#ACTION_PROVISION_MANAGED_PROFILE} intent that started the * provisioning. It is also limited to the managed profile. * -- cgit v1.2.3-59-g8ed1b