Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android: Google password manager doesn't detect this #1838

Open
dev-ardi opened this issue Dec 20, 2023 · 2 comments
Open

Android: Google password manager doesn't detect this #1838

dev-ardi opened this issue Dec 20, 2023 · 2 comments

Comments

@dev-ardi
Copy link

I'm not sure how this works but on most apps google password manager is able to detect that the account corresponds to the web interface. Maybe something non standard is happening?

It's able to fill it just fine if I manually look for it though.

@sictiru sictiru changed the title Google password manager doesn't detect this on android Android: Google password manager doesn't detect this Dec 20, 2023
@sictiru
Copy link
Collaborator

sictiru commented Dec 28, 2023

@dev-ardi I'm not very familiar with the google password manager and the Android credential manager API. From a glance it looks like the account needs to be registered in the password manager at account creation but I might be wrong. I'm not sure what you mean by detect that the account corresponds to the web interface. Could you post a video with an example?

Yes support for autofill was recently introduced.

@shuvashish76
Copy link
Contributor

shuvashish76 commented May 15, 2024

I'm not sure what you mean by detect that the account corresponds to the web interface.

I guess they meant their password manager fails to detect the NewsBlur account which basically means fails to detect their account on the database for the android package name com.newsblur. It should automatically add the android package name to corresponding account (with https://www.newsblur.com/, assuming you added the NewsBlur account to password manager databse from websiote) but you've to use "search & choose" functionality for android when you auto-fill OR just add it manually to the relevant account of the database.

I've 2 issues here
A. AutoFill service doesn't fill the password field (separate issue)
B. Doesn't matter if you use AutoFill or Magikeyboard of KPDX it never works for the 1st time because NewsBlur gets removed from the background. IIRC Bitwarden has same issue for NewsBlur but since I don't use Bitwarden anymore I can't conform it.

Could you post a video with an example?

Demonstration of both AutoFill & Magikeyboard

NewsBlur_test.mp4

Logs: test_nb.log are taken with LogFox with NewsBlur setup as the filter.

Steps:

  1. Open NewsBlur > Select AutoFill or Magikeyboard
  2. Which then opens up your password manager > unlock with password or biometric
  3. If your accounts (name or email/password/android_package name or website) are already setup on password manager then it should auto-type them on your requested app i.e. NewsBlur (that's how other apps behave). But here the problem is it redirects to home i.e. for some reason NewsBlur removed from background though not exactly closed from device recent. (Not sure what's the technical term for it...it happens due to cold launch? soft launch?)
  4. Then as long as your password manager is open i.e. the database is decrypted you can open NewsBlur & the auto-type works as it should be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants