Merge "[Bugfix]audio:force show safe volume warning dialog"
This commit is contained in:
@@ -8129,6 +8129,7 @@ public class AudioService extends IAudioService.Stub
|
|||||||
public void postDisplaySafeVolumeWarning(int flags) {
|
public void postDisplaySafeVolumeWarning(int flags) {
|
||||||
if (mController == null)
|
if (mController == null)
|
||||||
return;
|
return;
|
||||||
|
flags = flags | AudioManager.FLAG_SHOW_UI;
|
||||||
try {
|
try {
|
||||||
mController.displaySafeVolumeWarning(flags);
|
mController.displaySafeVolumeWarning(flags);
|
||||||
} catch (RemoteException e) {
|
} catch (RemoteException e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user