I use following code to open Notification Access setting screen ``` Intent intent=new Intent("android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS"); startActivity(intent); ``` Is there any way that i can get the result of the setting, like startActivityForResult something
I use following code to open Notification Access setting screen
Is there any way that i can get the result of the setting, like startActivityForResult something