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

Commit 589a6a33 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am 62362af8: am 81034187: Merge "Move the low battery sound to the...

am 62362af8: am 81034187: Merge "Move the low battery sound to the notification stream." into honeycomb

* commit '62362af8':
  Move the low battery sound to the notification stream.
parents 7ee76cfe 62362af8
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();
                    }
                }