开发者

Functioning of Intent.action_pick_activity?

开发者 https://www.devze.com 2022-12-30 00:44 出处:网络
Here is I would like to set up in my application, the function of sharing (facebook, twitter, e-mail) as that of YouTube for example but I get lost little.

Here is I would like to set up in my application, the function of sharing (facebook, twitter, e-mail) as that of YouTube for example but I get lost little. By looking I saw that apparently it would be necessary to use Intent.action_pick_activity but I do not开发者_运维技巧 manage to see how using it on my case.

What is that somebody has already implemented this kind of thing? Either what is what somebody knows where I can find examples?? Thanks to all!


I don't think that ACTION_PICK will help you out.

Here is a sample code of how to use it.


I blogged about using ACTION_SEND and createChooser() for sharing. I do not believe that ACTION_PICK_ACTIVITY has a role here.

0

精彩评论

暂无评论...
验证码 换一张
取 消