OSDN Git Service

Fix Cell broadcast sound in total silence
authorEric Laurent <elaurent@google.com>
Thu, 28 Sep 2017 03:11:51 +0000 (20:11 -0700)
committerEric Laurent <elaurent@google.com>
Fri, 29 Sep 2017 01:00:01 +0000 (18:00 -0700)
commite5a351cb9213b59026efd602011a4d9e99c85649
tree56c56e4ada3e3652f4976abe88b8b97cd8c60117
parent4de7ab5cb14846d9b416a274b4371a8f5c09d160
Fix Cell broadcast sound in total silence

PlayerBase:
 Update player volume when the audio attributes are updated in case
we need to unmute
PlaybackActivityMonitor:
 Unmute alarm stream if needed when an alarm with flag
 FLAG_BYPASS_INTERRUPTION_POLICY starts from an app with
 privileged permission MODIFY_PHONE_STATE.

Bug: 63617557
Test: check sound with cell broadcast in total silence
Change-Id: Ifacb1d96a2d8d44047d9f9642d1e672fcf756cda
media/java/android/media/PlayerBase.java
services/core/java/com/android/server/audio/AudioService.java
services/core/java/com/android/server/audio/PlaybackActivityMonitor.java