Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
SharedPreferences.Editor editor = pCont.edit(); long timetoupd = System.currentTimeMillis() + 3600000; editor.putLong("TimeToUpd", timetoupd); editor.apply(); am.set(AlarmManager.RTC_WAKEUP, timetoupd, pendingIntent);