Before you submit
What's the problem?
On narrow screens (less than 400dp), the DETAILS action ("Open in Settings") button disappears from the toolbar in app detail view. This means it's not possible for me to easily access the app's settings page directly. The custom quicklinks feature does not allow Android intent URIs either, as it only supports HTTP/HTTPS URLs, so I can't add my own intent/Settings quicklink.
What would help?
There should always be a visible quick way to open app settings from app detail, regardless of screen size:
- Restore the DETAILS action button on all screen sizes, or
- Add support for Android intent URIs as custom quicklinks (so users can add their own 'open settings' button)
Either of these would improve usability.
Alternatives?
No response
Anything else?
I don't think a screenshots is needed, but see AppDetailFragment.kt and CustomButton.kt for implementation details. The DETAILS action is currently hidden when there are 4+ actions and the screen width is <400dp. CustomButton only supports URLs.