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 has been archived by the owner on Apr 3, 2024. It is now read-only.
I am using the plugin in an ionic Android app, everything works ok but i think the notification should get closed if the app is manually killed. I can see in the Android source there is a service that (seems to me) should cater for that, but it is actually not working.
@Override
public void onDestroy() {
super.onDestroy();
sleepWell(true);
}
Is this service's purpose to detect when the app is closed and destroy the notification? If so, looks like something is broken and needs to get fixed, otherwise could you please you advise how i could accomplish that?
Tested in Xiaomi Redmi 7A using Android 9
Thank you,
Best regards.
Eduardo.
The text was updated successfully, but these errors were encountered:
Hi there!
I am using the plugin in an ionic Android app, everything works ok but i think the notification should get closed if the app is manually killed. I can see in the Android source there is a service that (seems to me) should cater for that, but it is actually not working.
/android/src/main/java/com/ingageco/capacitormusiccontrols/CMCNotifyKiller.java
Is this service's purpose to detect when the app is closed and destroy the notification? If so, looks like something is broken and needs to get fixed, otherwise could you please you advise how i could accomplish that?
Tested in Xiaomi Redmi 7A using Android 9
Thank you,
Best regards.
Eduardo.
The text was updated successfully, but these errors were encountered: