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

Commit fd5bf4ea authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Cleanup - Change name of confirm credentials method after API review" into lmp-dev

parents 71aa8ab5 2f2ebcd6
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