如何在Android中自定义共享意图(这是可能的)

时间:2013-10-20 15:00:03

标签: android

我一直认为无法在Android中自定义共享意图:How to customize share intent in Android?

但是,这个做得很好的应用程序(Timely)改变了我的看法。

enter image description here

我在想,他们是怎么做的

  • 自定义标题
  • 自定义正文消息
  • More按钮
  • 点击图标即可启动合适的应用,不再有AlwaysJust once按钮。

1 个答案:

答案 0 :(得分:6)

这是一个自定义对话框或以对话为主题的活动,很可能是从PackageManager通过queryIntentActivities()填充的。