File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,11 @@ private enum StreamResources {
134134 R .drawable .ic_audio_phone ,
135135 R .drawable .ic_audio_phone ,
136136 false ),
137+ AlarmStream (AudioManager .STREAM_ALARM ,
138+ R .string .volume_alarm ,
139+ R .drawable .ic_audio_alarm ,
140+ R .drawable .ic_audio_alarm_mute ,
141+ false ),
137142 MediaStream (AudioManager .STREAM_MUSIC ,
138143 R .string .volume_icon_description_media ,
139144 R .drawable .ic_audio_vol ,
@@ -167,7 +172,8 @@ private enum StreamResources {
167172 StreamResources .RingerStream ,
168173 StreamResources .VoiceStream ,
169174 StreamResources .MediaStream ,
170- StreamResources .NotificationStream
175+ StreamResources .NotificationStream ,
176+ StreamResources .AlarmStream
171177 };
172178
173179 /** Object that contains data for each slider */
You can’t perform that action at this time.
0 commit comments