Android Question Howto disable the Service.StartForeground notification on Android 5.x

palmzac

Active Member
Licensed User
Longtime User
Hi,

There is a problem that Notification of Service.StartForeground cannot disabled on Android 5x . Notification of Service.StartForeground can disabled on Android 4.x when I write the " notification.icon='' " in program. Would you help me ? Thanks !

Palmzac
 

palmzac

Active Member
Licensed User
Longtime User
Erel,

Thank for you help ! I don't want to display the notification. Would you have any idea or solution ?

Actually it was a bug in previous versions of Android. You shouldn't hide this icon. The user is allowed to know that there is a foreground service running.

You can use a transparent icon if you like to conceal it.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…