You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2019. It is now read-only.
Hello team,
I am in integrating your library in my live project.
I am facing below an issue in Android 7.0.
I am using below code in my Service onStartCommand()
Notification notification = new NotificationCompat.Builder(this) .setContentTitle(getString(R.string.app_name)).setContentText(getString(R.string.kiosk_running_0 + Utils.getSelectedLaunguage())).setSmallIcon(R.drawable.hw_app_icon).build(); startForeground(1, notification);I am not able to get a call back from AppStateMonitor.
Looking for your support as soon as possible.
Please help me.