Android Question Remove icon from status bar

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
Hello,
I created a service that always runs.
How can I remove the icon of the application, from the status bar?
Look attacched the first 2 icons
 

Attachments

  • screen.png
    screen.png
    30 KB · Views: 190

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
If anyone removed the icon, please let me know
 
Upvote 0

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
Just set icon = ""

No... It isn't possible because I've got this log error:


B4X:
android.app.RemoteServiceException: Bad notification for startForeground: java.lang.RuntimeException: icon must be non-zero
 
Upvote 0
Top