commit | f8621c6f6201f8b0bdb2828c166988d8ff1e0d97 | [log] [tgz] |
---|---|---|
author | AndrĂ¡s Kurucz <kurucz@google.com> | Fri Apr 21 09:45:07 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu May 18 17:54:59 2023 +0000 |
tree | e78e8ac4609d10818017e423ed2bf8f1fa8cd48e | |
parent | 85ff5495758bc69243377318f10773d0badd59a5 [diff] |
Truncate ShortcutInfo Id Creating Conversation with a ShortcutId longer than 65_535 (max unsigned short), we did not save the conversation settings into the notification_policy.xml due to a restriction in FastDataOutput. This put us to a state where the user changing the importance or turning off the notifications for the given conversation had no effect on notification behavior. Fixes: 273729476 Test: atest ShortcutManagerTest2 Test: Create a test app which creates a Conversation with a long shortcutId. Go to the Conversation Settings and turn off Notifications. Post a new Notification to this Conversation and see if it is displayed. (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:8a5223fcd59e805da510c31c5f8462c5d01ec6d5) Merged-In: I2617de6f9e8a7dbfd8fbeff589a7d592f00d87c5 Change-Id: I2617de6f9e8a7dbfd8fbeff589a7d592f00d87c5