OSDN Git Service

Merge "Remove FRP wipe support for device initializers" into mnc-dev
authorCraig Lafayette <craiglafa@google.com>
Thu, 18 Jun 2015 15:44:47 +0000 (15:44 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Thu, 18 Jun 2015 15:44:49 +0000 (15:44 +0000)
1  2 
api/current.txt
api/system-current.txt
core/java/android/app/admin/DevicePolicyManager.java
core/res/AndroidManifest.xml

diff --cc api/current.txt
Simple merge
Simple merge
@@@ -548,23 -536,10 +548,10 @@@ public class DevicePolicyManager 
       * <p>Use in an NFC record with {@link #MIME_TYPE_PROVISIONING_NFC_V2} that starts device owner
       * provisioning via an NFC bump.
       */
 -    public static final String EXTRA_PROVISIONING_DEVICE_INITIALIZER_CERTIFICATE_CHECKSUM
 -        = "android.app.extra.PROVISIONING_DEVICE_INITIALIZER_CERTIFICATE_CHECKSUM";
 +    public static final String EXTRA_PROVISIONING_DEVICE_INITIALIZER_SIGNATURE_CHECKSUM
 +        = "android.app.extra.PROVISIONING_DEVICE_INITIALIZER_SIGNATURE_CHECKSUM";
  
      /**
-      * A {@link android.os.Parcelable} extra of type {@link android.os.PersistableBundle} that
-      * holds data needed by the system to wipe factory reset protection. The data needed to wipe
-      * the device depend on the installed factory reset protection implementation. For example,
-      * if an account is needed to unlock a device, this extra may contain data used to
-      * authenticate that account.
-      *
-      * <p>Use in an NFC record with {@link #MIME_TYPE_PROVISIONING_NFC_V2} that starts device owner
-      * provisioning via an NFC bump.
-      */
-     public static final String EXTRA_PROVISIONING_RESET_PROTECTION_PARAMETERS
-             = "android.app.extra.PROVISIONING_RESET_PROTECTION_PARAMETERS";
-     /**
       * This MIME type is used for starting the Device Owner provisioning that does not require
       * provisioning features introduced in Android API level
       * {@link android.os.Build.VERSION_CODES#MNC} or later levels.
Simple merge