I have a class 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?
Asked
Active
Viewed 1,362 times
1 Answers
1
Create intent in usual way and send it with sendBroadcast(Intent) method of Context class

Mykhailo Gaidai
- 3,130
- 1
- 21
- 23