adolfintel / OpenPods

The Free and Open Source app for monitoring your AirPods on Android
https://fdossena.com/?p=openPods/index.frag
GNU General Public License v3.0
932 stars 161 forks source link

Show Notification on Lockscreen #86

Closed jensschaefer closed 4 years ago

jensschaefer commented 4 years ago

In order to show the Notification on a Lockscreen with disabled Secret Notifications the Visibility of the NotificationCompat.Builder has to be set to mBuilder.setVisibility(NotificationCompat.VISIBILITY_PUBLIC);.