set visibility of service notification to public again

live-activity-data
Andreas Shimokawa 2015-08-31 21:28:27 +02:00
parent ee3ca5998e
commit 2da717ea4c
1 changed files with 1 additions and 1 deletions

View File

@ -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)