Merge "[Bugfix]audio:force show safe volume warning dialog" am: 6c0a02ad30
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1563295 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I23dbf3707f56a59d3586f806451d79bf7b4fc1a1
This commit is contained in:
@@ -8129,6 +8129,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