开发者

How to pass an intent to other activity, and execute the intent passed to that other activity?

As the question says, how can i do that, i saw some reference through google before but I 开发者_开发百科can't find it now, when i really needed it! please help!


Are you talking about the PendingIntent class? You can create it using the PendingIntent.getActivity() method, send it to other activity and run it using PendingIntent.send() method.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜