OSDN Git Service

Cleanup - Change name of confirm credentials method after API review
authorJim Miller <jaggies@google.com>
Wed, 27 Aug 2014 03:11:05 +0000 (20:11 -0700)
committerJim Miller <jaggies@google.com>
Fri, 5 Sep 2014 19:11:48 +0000 (12:11 -0700)
Fixes bug 17288988

Change-Id: I3d69b52e7ffc9f0268fb4dc9647f8704453668b7

api/removed.txt
core/java/android/app/KeyguardManager.java

index 0aa6d54..a272cf4 100644 (file)
@@ -6,14 +6,6 @@ package android {
 
 }
 
-package android.app {
-
-  public class KeyguardManager {
-    method public android.content.Intent getConfirmDeviceCredentialIntent(java.lang.CharSequence, java.lang.CharSequence);
-  }
-
-}
-
 package android.media {
 
   public class AudioFormat {
index e055237..cc9aed8 100644 (file)
@@ -56,13 +56,6 @@ public class KeyguardManager {
     public static final String EXTRA_DESCRIPTION = "android.app.extra.DESCRIPTION";
 
     /**
-     * @removed
-     */
-    public Intent getConfirmDeviceCredentialIntent(CharSequence title, CharSequence description) {
-        return createConfirmDeviceCredentialIntent(title, description);
-    }
-
-    /**
      * Get an intent to prompt the user to confirm credentials (pin, pattern or password)
      * for the current user of the device. The caller is expected to launch this activity using
      * {@link android.app.Activity#startActivityForResult(Intent, int)} and check for