commit | 3f654a2cf6cb1f7b48013fcf0a88369a6b2e2a8a | [log] [tgz] |
---|---|---|
author | Jeff DeCew <jeffdq@google.com> | Wed Mar 17 10:57:56 2021 -0400 |
committer | Jeff DeCew <jeffdq@google.com> | Wed Mar 17 11:06:43 2021 -0400 |
tree | db510f0f282088735e510a786208dafb71c6664b | |
parent | 7003e6d3c128f3cc20a2658f1a9b52d998ccee30 [diff] |
Fix an likely ClassCastException in Notification.visitUris The code (and unit test) treated EXTRA_AUDIO_CONTENTS_URI as a Uri, but the extra is very explicitly documented as a String. Sample code and everything. Fixes: 182997213 Test: atest NotificationManagerServiceTest#testVisitUris Test: atest NotificationManagerServiceTest#testVisitUris_audioContentsString Change-Id: I3cfc657f88d8e273270c777b199ce056ff2ffc67