开发者

Does startActivity send a broadcast?

开发者 https://www.devze.com 2023-03-15 22:22 出处:网络
Does c开发者_StackOverflow社区alling startActivity send a broadcast? (and if so can I capture it?)Yes and yes, as that is essentially what is happening when you start an Activity. You are broadcasting

Does c开发者_StackOverflow社区alling startActivity send a broadcast? (and if so can I capture it?)


Yes and yes, as that is essentially what is happening when you start an Activity. You are broadcasting an Intent, which is captured by another Activity with the appropriate IntentFilters set.

0

精彩评论

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

关注公众号