开发者

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

开发者 https://www.devze.com 2023-03-02 01:00 出处:网络
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 PendingInten

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

精彩评论

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