Broadcast receiver at a specific time
I want to create a broadcast receiver that will call at a specific time, say 9 o'clock in the morning. Is this possible in android, if yes Someone please help me to do this.
+3
ammukuttylive
source
to share
2 answers
You need an emergency message manager. Please check here
http://developer.android.com/reference/android/app/AlarmManager.html
and here
http://code4reference.com/2012/07/tutorial-on-android-alarmmanager/
and finally here
Alarm manager example
+8
WIllJBD
source
to share
Here is a LINK showing an example showing notification on a specific day and at a specific time
+2
srujan maddula
source
to share