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

Commit 32a56b8f authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Android Git Automerger
Browse files

am 8330bd51: am b0eb08b5: Merge "Remove the 5 sec timeout logic for...

am 8330bd51: am b0eb08b5: Merge "Remove the 5 sec timeout logic for setVolumeControlStream" into mnc-dev

* commit '8330bd51':
  Remove the 5 sec timeout logic for setVolumeControlStream
parents 729c584a 8330bd51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5512,7 +5512,7 @@ public class AudioService extends IAudioService.Stub {
        // - STREAM_NOTIFICATION on tablets during this period after a notification stopped
        // - STREAM_MUSIC on phones during this period after music or talkback/voice search prompt
        // stopped
        private static final int DEFAULT_STREAM_TYPE_OVERRIDE_DELAY_MS = 5000;
        private static final int DEFAULT_STREAM_TYPE_OVERRIDE_DELAY_MS = 0;
        private static final int TOUCH_EXPLORE_STREAM_TYPE_OVERRIDE_DELAY_MS = 1000;

        static int sDelayMs;