how to launch startActivity(new Intent("android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS")); on Samsung Galaxy phones? -


i have app requesting notifications access permission users. in order take users directly screen give access, launch following intent:

startactivity(new intent("android.settings.action_notification_listener_settings"));

in stock android (also in moto x), brings following screen. guess samsung's specific oem rom not support intent.

on motox, can screen following way: settings -> sound & notification (under device) --> notification access

enter image description here

question is - how launch notification access screen on samsung galaxy s5/s6, i.e. galaxy phones?


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -