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

Commit 81034187 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Move the low battery sound to the notification stream." into honeycomb

parents 36b685ff d57c8d93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ public class PowerUI extends SystemUI {
                if (soundUri != null) {
                    final Ringtone sfx = RingtoneManager.getRingtone(mContext, soundUri);
                    if (sfx != null) {
                        sfx.setStreamType(AudioManager.STREAM_SYSTEM);
                        sfx.setStreamType(AudioManager.STREAM_NOTIFICATION);
                        sfx.play();
                    }
                }