commit | dab21fdbb8ea64cf0da4a0b10c896b7805e91152 | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Mon Jan 20 21:21:27 2020 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Mon Feb 10 00:42:01 2020 +0000 |
tree | 57ae467322fe917691e8e722df9bfaff4bd293b6 | |
parent | 45b0fc870d574ccffe21d94d1746544c4d14dd55 [diff] |
MediaSessionService: Fix crash with implicit media button receiver PendingIntent can be built with implicit intent (i.e. intent without ComponentName), while using it cause exception. However, apps can still create and set media button receiver with implicit intent. Prevent crash when MediaSessionService is notify about such app's media button receiver. Bug: 147536687 Test: Build and run Change-Id: Icfdd45edaa8e25dbdeca3c2180bd234718eef202