You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, the file:// extension has been deprecated since Nougat (reference), though I think we should keep it.
content:// works fine, both when launching from a file explorer, and when picking the file from inside the app.
We won't be able to use http:// or https:// since it's required to have a verified domain for the app, and doesn't allow wildcards. This is because they are restricted schemes, however, webcal:// and webcals:// both work just fine, at least from adb.
Since patterns are quite broken in Android, this doesn't work for long URLs (longer than 4 sub-directories), which is what we have defined in the manifest. We may add more, though it's quite a stupid syntax, since for example:
Intent filters seem to be broken. Verify and repair.
The text was updated successfully, but these errors were encountered: