Merge "AudioService: check safe volume bypass early at boot"

This commit is contained in:
TreeHugger Robot
2017-02-10 05:12:01 +00:00
committed by Android (Google) Code Review

View File

@@ -778,7 +778,8 @@ public class AudioService extends IAudioService.Stub
0,
0,
TAG,
SAFE_VOLUME_CONFIGURE_TIMEOUT_MS);
SystemProperties.getBoolean("audio.safemedia.bypass", false) ?
0 : SAFE_VOLUME_CONFIGURE_TIMEOUT_MS);
initA11yMonitoring();
onIndicateSystemReady();