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");
}
Aggregations