Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f2ebcd6 authored by Jim Miller's avatar Jim Miller
Browse files

Cleanup - Change name of confirm credentials method after API review

Fixes bug 17288988

Change-Id: I3d69b52e7ffc9f0268fb4dc9647f8704453668b7
parent 8eca9e0f
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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 {
+0 −7
Original line number Diff line number Diff line
@@ -55,13 +55,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