diff options
| author | 2014-03-11 22:46:05 +0000 | |
|---|---|---|
| committer | 2014-03-11 22:46:06 +0000 | |
| commit | 3484dff61d0bc91a26f7663dc94917394dda505d (patch) | |
| tree | 3e5a66b450fdd40b5c6d1b8786c88e8080d84835 | |
| parent | e361ad7ab15fcf4919a56a6293689d968ee8dcff (diff) | |
| parent | 1ebd4ad6cd645830d1eca12b2108c6ab4327c108 (diff) | |
Merge "Fix SDK build"
| -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 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. * * <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. * |