You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show call notification only on Android APIs prior to 31
Call notifications are not needed for 31+ APIs because of built in Android privacy indicators.
As a result, there is no need to start NotificationRemovalService on 31+ APIs. So the following crash should not happen: "Not allowed to start service Intent ... NotificationRemovalService ... app is in background" anymore.
MOB-3358
0 commit comments