Android: Get App-Name from Intent

前端 未结 1 1008
执笔经年
执笔经年 2021-02-05 19:23

I\'m currently working on a multi image picker control. I\'m using this Allow user to select camera or gallery for image solution for generating a list of possible intents from

相关标签:
1条回答
  • 2021-02-05 19:35

    Use loadLabel() on the ResolveInfo to get a "user friendly label". Here is a sample app that demonstrates this.

    0 讨论(0)
提交回复
热议问题