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

@vbhavesh013

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.

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