3

My app have a "share" button that starts an intent chooser. Is it possible to know if the chooser menu was canceled or one of the options where selected?

I tried startActivityForResult but the resultCode was always 0.

Any ideas?

4

1 回答 1

2

是否可以知道选择器菜单是否被取消或选择的选项之一?

不,对不起。为此,您需要实现自己的选择器。

于 2013-10-02T14:51:44.347 回答