commit | 1c7733f2e0e5850296a150eab4dc815353583e52 | [log] [tgz] |
---|---|---|
author | Nate Myren <ntmyren@google.com> | Fri Jun 28 09:24:08 2024 -0700 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Jul 09 02:41:59 2024 +0000 |
tree | 91b0a1a40e680a6ca4d08fba6957745d0c1327de | |
parent | adc9c7478d2c4f2fc49e235d3f7de86528a67036 [diff] |
Do not coerce timestamp difference into int when sorting otp messages This has the potential to cause crashes due to overflow Fixes: 349957570 Flag: EXEMPT bugfix Test: atest NotificationOtpDetectionHelperTest (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:5648ca72605f009eb5275a3f67fae6db9b43ace9) Merged-In: If6f6c8947e51b5c20d9a0dd0c90d16598c8ac4f2 Change-Id: If6f6c8947e51b5c20d9a0dd0c90d16598c8ac4f2
ExtServices is an updatable Mainline module that contains the logic used by Android framework components such as storage cache, autofill, textclassifier, package watchdog, notifications and notification ranking that runs continually. These are algorithms for framework, making the module updatable to introduce the new features or bug fixes more frequently with monthly release than a platform quarter release cycle.
Before you start to develop on ExtServices, please read go/smart-os-extservices to get the guideline.