1

OS: Android Oreo Device: Samsung Galaxy S9

I want the user to land to the activity where he can check for permission of notifications enabled/disabled for all the apps and not just single app. I've found multiple resources which lands the user to app specific notification settings.

I'm attaching a screenshot of the activity I want the user to start through Intent.enter image description here

Sushant Somani
  • 1,450
  • 3
  • 13
  • 31

1 Answers1

1

It looks like, currently it is not possible using official Android API to access Notification Settings of All apps i.e. Settings > Apps & notifications > See all <N> apps (this path from Pixel API 27) activity is not able to access.

In case of Samsung they might have their own UI customization which is one more step of difficulty to access this Activity.

Vikasdeep Singh
  • 20,983
  • 15
  • 78
  • 104
  • 1
    Yes... I've been through all the android settings intent actions but no action to land on notification settings for all the apps. It is just possible to land on app specific notification setting. – Sushant Somani Aug 31 '18 at 15:06