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 !
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.
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.