Close the notification slider so i use this
val closeIntent = Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)
applicationContext.sendBroadcast(closeIntent)
this code working on android 11 or lower.but it does not work in android 12.it through exception:
Permission Denial: android.intent.action.CLOSE_SYSTEM_DIALOGS