Search in sources :

Example 1 with UpdateCheckNotification

use of me.devsaki.hentoid.notification.update.UpdateCheckNotification in project Hentoid by avluis.

the class UpdateCheckService method onCreate.

@Override
public void onCreate() {
    notificationManager = new ServiceNotificationManager(this, NOTIFICATION_ID);
    notificationManager.startForeground(new UpdateCheckNotification());
    Timber.w("Service created");
}
Also used : UpdateCheckNotification(me.devsaki.hentoid.notification.update.UpdateCheckNotification) ServiceNotificationManager(me.devsaki.hentoid.util.notification.ServiceNotificationManager)

Aggregations

UpdateCheckNotification (me.devsaki.hentoid.notification.update.UpdateCheckNotification)1 ServiceNotificationManager (me.devsaki.hentoid.util.notification.ServiceNotificationManager)1