set visibility of service notification to public again
This commit is contained in:
parent
ee3ca5998e
commit
2da717ea4c
|
@ -58,7 +58,7 @@ public class GB {
|
|||
notificationIntent, 0);
|
||||
|
||||
return new NotificationCompat.Builder(context)
|
||||
// .setVisibility(Notification.VISIBILITY_PUBLIC)
|
||||
.setVisibility(Notification.VISIBILITY_PUBLIC)
|
||||
.setContentTitle(context.getString(R.string.app_name))
|
||||
.setTicker(text)
|
||||
.setContentText(text)
|
||||
|
|
Loading…
Reference in New Issue