Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setting result #3

Open
songzhiyong opened this issue Aug 19, 2014 · 1 comment
Open

setting result #3

songzhiyong opened this issue Aug 19, 2014 · 1 comment

Comments

@songzhiyong
Copy link

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

@CarlosACepeda
Copy link

Instead of that you can check the current active notification listeners and search for yours, is the only way possible to check if your NotificationListenerService is up and running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants