Discover

Topics

OxygenOS DnD Test

OxygenOS DnD Test APK

OxygenOS DnD Test APK

1.0 FreeCeco Apps ⇣ Download APK (54.33 KB)

Alert Slider implementation test

What's OxygenOS DnD Test APK?

OxygenOS DnD Test is a app for Android, It's developed by Ceco Apps author.
First released on google play in 6 years ago and latest version released in 2 years ago.
This app has 303 download times on Google play and rated as 4.20 stars with 5 rated times.
This product is an app in Tools category. More infomartion of OxygenOS DnD Test on google play
Show case app that demostrates how OxygenOS Alert Slider implementation breaks Android public API thus can negatively affect logic in 3rd party apps.

Top position of Alert Slider causes incorrect values of NotificationManager.getCurrentInterruptionFilter() method, depending on whether vibration for this mode is enabled or disabled.
1) when vibration is enabled - getCurrentInterruptionFilter() returns INTERRUPTION_FILTER_ALL (Ring) instead of INTERRUPTION_FILTER_ALARMS (Alarms only)
2) when vibration is disabled - getCurrentInterruptionFilter() returns INTERRUPTION_FILTER_NONE (Total silence) instead of INTERRUPTION_FILTER_ALARMS (Alarms only)

- Bottom position of Alert Slider works as expected - returns INTERRUPTION_FILTER_ALL (Ring)
- Middle positionof Alert Slider works as expected - returns INTERRUPTION_FILTER_PRIORITY (Priority only)