1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-17 02:44:04 +02:00

set visibility of service notification to public again

This commit is contained in:
Andreas Shimokawa 2015-08-31 21:28:27 +02:00
parent ee3ca5998e
commit 2da717ea4c

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)