Hi
I have 5 service in my app that i stop their when my job finished
Also write many code in Starter service
Unfortunately android show notification for my app in notification bar and i dont know which service is the reason
I use below code after finished my job in service
I am sure starter service is not reason or problem because when i disable notification,Starter is working well
But i dont know which
My attachment picture
In this picture when i disable sound,so my app notification dont appear in notification bar
I have 5 service in my app that i stop their when my job finished
Also write many code in Starter service
Unfortunately android show notification for my app in notification bar and i dont know which service is the reason
I use below code after finished my job in service
B4X:
Sleep(0)
StopService(Me)
Service.StopAutomaticForeground
But i dont know which
My attachment picture
In this picture when i disable sound,so my app notification dont appear in notification bar