Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f96393ad authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 081a9a75 03332ab6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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();