When I try to open Notification Access Settings page on Samsung Galaxy S8 running Android Oreo, I'm getting "Unfortunately settings has stopped"
This is the code I'm using:
public static final String NOTIFICATION_ACCESS_SERVICE_SETTINGS_PAGE = "android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS";
startActivityForResult(new Intent(AppConstants.NOTIFICATION_ACCESS_SERVICE_SETTINGS_PAGE), 1108);
This is working fine on all other devices except Samsung Galaxy S8.
Note: I'm not getting any Log since the crash is not happening in my app.