mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-13 11:17:33 +01:00
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);
|
notificationIntent, 0);
|
||||||
|
|
||||||
return new NotificationCompat.Builder(context)
|
return new NotificationCompat.Builder(context)
|
||||||
// .setVisibility(Notification.VISIBILITY_PUBLIC)
|
.setVisibility(Notification.VISIBILITY_PUBLIC)
|
||||||
.setContentTitle(context.getString(R.string.app_name))
|
.setContentTitle(context.getString(R.string.app_name))
|
||||||
.setTicker(text)
|
.setTicker(text)
|
||||||
.setContentText(text)
|
.setContentText(text)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user