Loading api/removed.txt +0 −8 Original line number Diff line number Diff line Loading @@ -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 { Loading core/java/android/app/KeyguardManager.java +0 −7 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
api/removed.txt +0 −8 Original line number Diff line number Diff line Loading @@ -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 { Loading
core/java/android/app/KeyguardManager.java +0 −7 Original line number Diff line number Diff line Loading @@ -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 Loading