Merge "[Bugfix]audio:force show safe volume warning dialog" am: 6c0a02ad30 am: 31b9ed66bc am: 2357cb8501
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1563295 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: If62ddb7dca1d8d6c29b6ec6b2534a95dfd77b2a3
This commit is contained in:
@@ -8570,6 +8570,7 @@ public class AudioService extends IAudioService.Stub
|
||||
public void postDisplaySafeVolumeWarning(int flags) {
|
||||
if (mController == null)
|
||||
return;
|
||||
flags = flags | AudioManager.FLAG_SHOW_UI;
|
||||
try {
|
||||
mController.displaySafeVolumeWarning(flags);
|
||||
} catch (RemoteException e) {
|
||||
|
||||
Reference in New Issue
Block a user