Tianyi Song
unread,Oct 1, 2025, 11:36:56 AM (yesterday) Oct 1Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev, Vasilii Sukhanov, Chromium-dev, tiany...@rakuten.com
Hi Vasilii,
We are migrating to chromium 138 for Android platform now, but it always shows "Password Manager stopped working on this device", and ask me to update Google Play Services, while it is already updated.
When I checked the code, I noticed this part
PasswordManagerHelper.showPasswordSettings ->
PasswordManagerHelper.showPwmUnavailableOrDownloadCsvDialog ->
checks PasswordManagerAndroidUtil::isPasswordManagerAvailable ->
checks PasswordManagerBackendSupportHelper::isBackendPresent -> always return false
which means password manager is always not available and it will not build the credential manager.
How can we make it work now? Is chromium still supporting password manager or only Google Chrome will support it?
Besides we noticed login database deprecation in the code, which mentioned it is planned to be removed in Nov 2024. However I can still see the related classes in chromium 138, then in this case can we still access login database in chromium 138? I tried to enable use_login_database_as_backend but it did not work. We need to migrate our current app which is still using login database to chromium 138, do you have any suggestion to achieve that?
Looking forward to your reply.
Best Regards,
Tianyi