android / socialite

Apache License 2.0
346 stars 60 forks source link

Ensure notifications can show on the top of old devices' home screen #46

Open Goooler opened 5 months ago

Goooler commented 5 months ago

On platforms O and above this value is ignored in favor of the values set on the notification's channel. On older platforms, this value is still used, so it is still required for apps supporting those platforms.

See https://developer.android.com/reference/androidx/core/app/NotificationCompat.Builder#setDefaults(int).

These tests are running on an Android 5 emulator: Before After