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
question is - how launch notification access screen on samsung galaxy s5/s6, i.e. galaxy phones?
Comments
Post a Comment