1

I am developing an app which has a feature involving the "Do Not Disturb" setting in the device.

My question is, is it sufficient to allow this feature only on API >=23 based OS (6.0 and above), or should it be supported on older OS versions? Which OS version was this setting introduced?

SoulRayder
  • 5,072
  • 6
  • 47
  • 93

1 Answers1

2

Yes, the "Do not disturb" mode is only available on API >= 23. So yes, it is sufficient to allow that feature only on 23+.

https://support.google.com/nexus/answer/6111295?hl=en

ale.m
  • 883
  • 7
  • 14