OxygenOS DnD Test APK

OxygenOS DnD Test  Icon
   
4.2/5
5 Ratings
Developer
Ceco Apps
Current Version
1.0
Date Published
File Size
54.3 KB
Package ID
com.ceco.oosdndtest
Price
$ 0.00
Downloads
10+
Category
Android Apps
Genre
Tools

APK Version History

Version
1.0 (1)
Architecture
universal
Release Date
July 17, 2017
Requirement
Android 7.1+
  • OxygenOS DnD Test Screenshot
  • OxygenOS DnD Test Screenshot
  • OxygenOS DnD Test Screenshot
  • OxygenOS DnD Test Screenshot

About Radio FM 90s

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)

What's New in this version