Skip to content
This repository was archived by the owner on Jan 16, 2019. It is now read-only.
This repository was archived by the owner on Jan 16, 2019. It is now read-only.

Library is not giving call back about app is background or foreground #23

Description

@vbhavesh013

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions