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

Commit 9bc32c62 authored by Patrick Scott's avatar Patrick Scott
Browse files

Reverting this change to fix 2252466.

Specifying multiple ringtone types makes the volume stream change to ringer
instead of alarm. This prevents the user from changing the alarm volume inside
the picker.
parent 90c4833f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
    <com.android.deskclock.AlarmPreference
        android:key="alarm"
        android:title="@string/alert"
        android:ringtoneType="alarm|ringtone"
        android:ringtoneType="alarm"
        android:persistent="false"
        android:showDefault="false"
        android:showSilent="true" />