开发者

How to Create an intent for broadcast receiver?

I have a clas开发者_如何学Cs with a broadcast receiver class inside of it. How would I go about creating an intent to call upon the broadcast receiver from my on create in the same class?


Create intent in usual way and send it with sendBroadcast(Intent) method of Context class

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜