If I try to add the Notification.FLAG_INSISTENT to created notification it doesn't even ring at all (Pixel 9 running Android 16 beta 3, didn't try on another device yet).
Could you help me have our incoming call notifications ringing looping please?
We're using androidx.core.core-telecom:1.0.0-beta01 by the way.
Description
Component used: Version used: Devices/Android versions reproduced on:
If this is a bug in the library, we would appreciate if you could attach:
Hi,
TL;DR: My problem is there is no way for an incoming call notification to have the ringtone played in loop while it's ringing.
I've created an incoming call notification channel for our VoIP app this way:
The notification itself is created like this:
If I try to add the Notification.FLAG_INSISTENT to created notification it doesn't even ring at all (Pixel 9 running Android 16 beta 3, didn't try on another device yet).
Could you help me have our incoming call notifications ringing looping please? We're using androidx.core.core-telecom:1.0.0-beta01 by the way.
Thanks in advance. Best regards,