Starting An Android Notification At Startup
This question is based off of this previous question of mine: Android - Set notification to never go away I now realize that I need something to be triggered at startup to trigger
Solution 1:
Replace all instances of this
on error lines with context
.
BroadcastReciever does not implement a context unlike Activity and Service. All methods in which you have error require an instance of context
Post a Comment for "Starting An Android Notification At Startup"