OSDN Git Service

Fix SDK build
authorRoboErik <epastern@google.com>
Tue, 11 Mar 2014 22:43:46 +0000 (15:43 -0700)
committerRoboErik <epastern@google.com>
Tue, 11 Mar 2014 22:44:40 +0000 (15:44 -0700)
Change-Id: I4bf73294cc9d970e17d1cddb840b53cc42155d14

core/java/android/app/admin/DeviceAdminReceiver.java

index 6f4533c..f9d9059 100644 (file)
@@ -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.
      *