I found only broadcast event for date change "android.intent.action.DATE_CHANGED" But It is only working when user manually change the date.
Please suggest some default broadcast for the problem.
My other alternatives to achieve that can be : But m ignoring these things
Alarm - to be triggered at exact 12:00 am for all days.(But need to take care all time zones
My own repeating task : That will keep on checking if current date has changed from previous saved one.
Would appreciate any solution for the same from some official sources.