Merge "audioservice: modify default music volume" into oc-dr1-dev am: b6f946c081

am: aebf79edb4

Change-Id: I9e5ee08c8320799dd53e604005c4be57142832fb
This commit is contained in:
Eric Laurent
2017-07-12 17:47:33 +00:00
committed by android-build-merger
2 changed files with 40 additions and 16 deletions

View File

@@ -806,14 +806,14 @@ public class AudioSystem
4, // STREAM_VOICE_CALL
7, // STREAM_SYSTEM
5, // STREAM_RING
11, // STREAM_MUSIC
5, // STREAM_MUSIC
6, // STREAM_ALARM
5, // STREAM_NOTIFICATION
7, // STREAM_BLUETOOTH_SCO
7, // STREAM_SYSTEM_ENFORCED
11, // STREAM_DTMF
11, // STREAM_TTS
11, // STREAM_ACCESSIBILITY
5, // STREAM_DTMF
5, // STREAM_TTS
5, // STREAM_ACCESSIBILITY
};
public static String streamToString(int stream) {