OSDN Git Service

MediaSessionRecord: protect adjustVolume from SecurityException
authorJean-Michel Trivi <jmtrivi@google.com>
Mon, 9 Jul 2018 22:51:16 +0000 (15:51 -0700)
committerJean-Michel Trivi <jmtrivi@google.com>
Mon, 9 Jul 2018 23:50:28 +0000 (16:50 -0700)
commit6565c0dbe4c5cf96aa1c2576974b0f464b2db6cd
tree5de00aeae835b10ce3845dfe6224bd5f47a508d4
parent50621368c8d16a8f02982e8335c7a8d170809722
MediaSessionRecord: protect adjustVolume from SecurityException

Take into account that all methods that end up calling
  AudioService.adjustStreamVolume(...) can throw a
  SecurityException when the caller doesn't have the right
  permission to change the DnD mode.

Bug: 110525559
Test: none yet
Change-Id: I4622a07ea8be2ce03fb9732796a08f671a17b45d
services/core/java/com/android/server/media/MediaSessionRecord.java