我试图从安乐森特进入通知环境,但我无法找到正确的服务名称。
I have tried almost all the services where we had something related to the notification. https://developer.android.com/reference/android/provider/Settings
这里,有人可能会问到该法典。
final AndroidIntent intent = AndroidIntent(
action: android.settings.APP_NOTIFICATION_SETTINGS );
intent.launch();
//Aandroid.settings.NOTIFICATION_ASSISTANT_SETTINGS
//android.settings.NOTIFICATION_LISTENER_DETAIL_SETTINGS
//android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS
//ACTION_NOTIFICATION_LISTENER_DETAIL_SETTINGS nnn
//EXTRA_APP_PACKAGE
//ACTION_NOTIFICATION_LISTENER_SETTINGS
},
I am adding the picture of notification settings which i want to open by android intent (Flutter).