[BH-2025] Add alarm handling in What`s new application When the alarm rings during the What`s new application, the system handles the alarm and closes the current application. After the alarm ends, we go to the main application without showing any more new features.
2 files changed, 9 insertions(+), 0 deletions(-) M products/BellHybrid/apps/application-bell-whats-new/ApplicationWhatsNew.cpp M products/BellHybrid/apps/application-bell-whats-new/include/application-bell-whats-new/ApplicationWhatsNew.hpp
M products/BellHybrid/apps/application-bell-whats-new/ApplicationWhatsNew.cpp => products/BellHybrid/apps/application-bell-whats-new/ApplicationWhatsNew.cpp +8 -0
@@ 31,6 31,14 @@ namespace app cpuSentinel->BlockWfiMode(false); } sys::MessagePointer ApplicationWhatsNew::handleAppClose(sys::Message *msgl) { if (featuresModel != nullptr) { featuresModel->setCurrentOsVersion(); } return ApplicationCommon::handleAppClose(msgl); } sys::ReturnCodes ApplicationWhatsNew::InitHandler() { auto ret = Application::InitHandler();
M products/BellHybrid/apps/application-bell-whats-new/include/application-bell-whats-new/ApplicationWhatsNew.hpp => products/BellHybrid/apps/application-bell-whats-new/include/application-bell-whats-new/ApplicationWhatsNew.hpp +1 -0