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

Commit cabd01f4 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 23798 into eclair

* changes:
  Fix issue 2097083: STREAM_SYSTEM should be at max volume.
parents 558340f2 9d85d5ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -156,13 +156,13 @@ public class AudioManager {
    /**  @hide Default volume index values for audio streams */
    public static final int[] DEFAULT_STREAM_VOLUME = new int[] {
        4,  // STREAM_VOICE_CALL
        5,  // STREAM_SYSTEM
        7,  // STREAM_SYSTEM
        5,  // STREAM_RING
        11, // STREAM_MUSIC
        6,  // STREAM_ALARM
        5,  // STREAM_NOTIFICATION
        7,  // STREAM_BLUETOOTH_SCO
        5,  // STREAM_SYSTEM_ENFORCED
        7,  // STREAM_SYSTEM_ENFORCED
        11, // STREAM_DTMF
        11  // STREAM_TTS
    };