1

How to check from Flutter app if it has DND permission. And if not how to enable the user to allow Do Not Disturb access for the App?

Already added

<uses-permission  android:name="android.permission.ACCESS_NOTIFICATION_POLICY" />

to Manifest.

david72
  • 7,151
  • 3
  • 37
  • 59

1 Answers1

1

There doesn't seem to be an existing library to handle this, so solution is to use platform channels.

david72
  • 7,151
  • 3
  • 37
  • 59