0

I need a UI that merges together all the available intent matches for both cameras and galleries. I've successfully acquired a list of intents for each, and merged them together ( see Allow user to select camera or gallery for image).

Given the merged list of intents, how do I then get the name of the app, and a reference to its icon so I can display them in the UI? I've been digging around in the intents but I can only see the class name, not the friendly name.

Community
  • 1
  • 1
Ollie C
  • 27,184
  • 33
  • 125
  • 211

1 Answers1

0

And the answer is...

ResolveInfo.loadLabel()

ResolveInfo.icon

Ollie C
  • 27,184
  • 33
  • 125
  • 211