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
Currently when opening a file, the app forces the "app chooser" on the user every single time. However as per the docs, this should only be used if its assumed that the users will be choosing a different app every single time, something that is unusual in a file explorer app.
"However, if multiple apps can respond to the intent and the user might want to use a different app each time, you should explicitly show a chooser dialog." - Docs
Instead, the app should just launch the default intent (app picker) which allows them to choose a default app which will be then used (without prompt) in the future. Now there will be moments when they want to chose a different app, in which case we should add a "open with" option for files which will use the force app chooser intent.
Default Intent
Open with option
Force app chooser
The text was updated successfully, but these errors were encountered:
Currently when opening a file, the app forces the "app chooser" on the user every single time. However as per the docs, this should only be used if its assumed that the users will be choosing a different app every single time, something that is unusual in a file explorer app.
"However, if multiple apps can respond to the intent and the user might want to use a different app each time, you should explicitly show a chooser dialog." - Docs
Instead, the app should just launch the default intent (app picker) which allows them to choose a default app which will be then used (without prompt) in the future. Now there will be moments when they want to chose a different app, in which case we should add a "open with" option for files which will use the force app chooser intent.
The text was updated successfully, but these errors were encountered: