Loading core/java/android/view/autofill/AutofillManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -3443,7 +3443,7 @@ public final class AutofillManager { return false; } for (String hint : hints) { if (hint.equals(View.AUTOFILL_HINT_CREDENTIAL_MANAGER)) { if (Objects.equals(hint, View.AUTOFILL_HINT_CREDENTIAL_MANAGER)) { return true; } } Loading Loading
core/java/android/view/autofill/AutofillManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -3443,7 +3443,7 @@ public final class AutofillManager { return false; } for (String hint : hints) { if (hint.equals(View.AUTOFILL_HINT_CREDENTIAL_MANAGER)) { if (Objects.equals(hint, View.AUTOFILL_HINT_CREDENTIAL_MANAGER)) { return true; } } Loading