Найден 1 результат

Naidovich
20 окт 2016, 18:53
Форум: Уроки
Тема: Урок 119. PendingIntent – флаги, requestCode. AlarmManager
Ответы: 80
Просмотры: 74433

Re: Урок 119. PendingIntent – флаги, requestCode. AlarmManag

метод sendNotif пришлось переписать, система не нашла метол setLatestEventInfo void sendNotif(int id, PendingIntent pIntent) { нашел тут //http://stackoverflow.com/questions/1207269/sending-a-notification-from-a-service-in-android Notification notif = new Notification.Builder(this) .setContentTitle(...