GAMES PC DOWNLOAD FREE FULL

GAME

[Android ] Set notification to specific time

 

http://blog.blundell-apps.com/notification-for-a-user-chosen-time/
http://stackoverflow.com/questions/14241439/set-notification-at-specific-time-android
android set time to notification

I would like my notification to run at 12:00pm everyday.

Intent myIntent = new Intent(ThisApp.this , myService.class);     
       AlarmManager alarmManager = (AlarmManager)getSystemService(ALARM_SERVICE);
       pendingIntent = PendingIntent.getService(ThisApp.this, 0, myIntent, 0);

       Calendar calendar = Calendar.getInstance();
           calendar.set(Calendar.HOUR_OF_DAY, 12);
       calendar.set(Calendar.MINUTE, 00);
       calendar.set(Calendar.SECOND, 00);


      alarmManager.setRepeating(AlarmManager.RTC_WAKEUP, calendar.getTimeInMillis(), 24*60*60*1000 , pendingIntent);  //set repeating every 24 hours
[Android ] Set notification to specific time 4.5 5 Thanh Nguyen http://blog.blundell-apps.com/notification-for-a-user-chosen-time/ http://stackoverflow.com/questions/14241439/set-notification-at-specific-...


No comments:

Post a Comment

NEW GAME

Powered by Blogger.

Labels

Quotes

1. Những cô gái giống như những tên miền Internet, những tên đẹp mà ta thích đã có chủ nhân rồi!


Popular Posts