When receiving an incoming call, I create a notification using 'setFullScreenIntent' to show the Call Activity (especially on the lock screen).
However, on Samsung devices with Android 13 and Oppo devices with Android >= 12, there is a custom setting that prevents fullscreenIntent from working, causing the Call Activity to not show up.
Samsung setting
I would like to know if there is an API that can detect when this setting is turned on/off so that we can warn the user to turn it on themselves.
Thank you in advance