1. Have Facer (com.jeremysteckling.facerrel) and Keepass2Android Password Safe App Installed.
2. Put a .kdb file in Google Drive.
3. Try and view it on Android.
Expected result: Displays the option to open with Keepass2Android App.
Observed result: Only offered to open with Facer App.
The cause for this is because the app is only matching the "file" scheme, which has been discouraged for several releases.
The platform DownloadManager already made the switch to launching content:// Uris in K, so Keepass2Android has been broken since then if the user tries downloading a password file through any browser or Gmail attachment on the device.
--> remove the file scheme from the App filter, which should cause them to be an option when provided with content:// Uris.