Parent #16062
Apps can't close system dialogs
The ACTION_CLOSE_SYSTEM_DIALOGS intent action is deprecated as of Android 12. When the app targets Android 11 or lower, it fulfills the exception criteria to allow closing the system dialog (see: #15602 (comment)). The behavior needs to be checked for targetting Android 12.
Related to: Android 12: Performance - Notification trampoline restrictions
Classes using Intent.ACTION_CLOSE_SYSTEM_DIALOGS
NativeNotificationsUtils
ShareAndDismissNotificationReceiver