I have an Android app that, for some reason, Bitwarden does not ask me to save the credentials when I login so I am trying to manually add it. How do I find the app’s URI?
From other apps, I suspect it must start with “android://com…” but can’t figure out the rest.
I wish my phone did that. It would make it so easy. Thank you for the suggestion. Unfortunately, my App Info page doesn’t have the same info you show. Fortunately, I was able to use the article the other poster suggested to guess it.
Simultaneous to posting here, I had reached out to Bitwarden about this. They suggested the following:
An easy way to obtain the proper URI for an Android app is to visit the app’s page in the Google Play Store, tap the share button, and paste the copied link somewhere you can read it. The link will look like https://play.google.com/store/apps/details?id=com.twitter.android. The value after id= is your URI, in this case com.twitter.android.
@Nightowl, I believe that the undermentioned URI schema – android:// – solely applies to Google Passwords (com.google.android.gms/.credential.manager.PasswordManagerActivity). Although it undoubtedly doesn’t work in Bitwarden, have you seen it elsewhere?
If you ever do extract an android://-prefixed URI from Google Passwords, know that all except the reverse DNS section isn’t necessary to retain. It’ll be obviously nonsense to you anyway.