Application selection dialog based on filetype
问题 I'm trying to create a Dialog, which will display a list of availible applications to open a given filetype. I've been looking at some question here on stackoverflow that work with the same issue, but I get lost due to lacking answer. In particular I've been looking at this question: In Android, How can I display an application selector based on file type? My follow-up question is then: What to do with the List<ResolveInfo> ? How can I display the availible applications with name and icon?