-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels