diff options
author | RoboErik <epastern@google.com> | 2014-03-11 15:43:46 -0700 |
---|---|---|
committer | RoboErik <epastern@google.com> | 2014-03-11 15:44:40 -0700 |
commit | 1ebd4ad6cd645830d1eca12b2108c6ab4327c108 (patch) | |
tree | c139c6b580c264c8ae6f9e2b5d43df124e77e271 | |
parent | 303e1ff1fec8b240b587bb18b981247a99833aa8 (diff) | |
download | frameworks_base-1ebd4ad6cd645830d1eca12b2108c6ab4327c108.zip frameworks_base-1ebd4ad6cd645830d1eca12b2108c6ab4327c108.tar.gz frameworks_base-1ebd4ad6cd645830d1eca12b2108c6ab4327c108.tar.bz2 |
Fix SDK build
Change-Id: I4bf73294cc9d970e17d1cddb840b53cc42155d14
-rw-r--r-- | core/java/android/app/admin/DeviceAdminReceiver.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/admin/DeviceAdminReceiver.java b/core/java/android/app/admin/DeviceAdminReceiver.java index 6f4533c..f9d9059 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. * * <p>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. * |