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

Commit 026244e6 authored by Pierre Lacaze's avatar Pierre Lacaze Committed by Gerrit Code Review
Browse files

Allow music files other than OGG to be chosen as alarm

Ticket: CYAN-5813

Change-Id: I613b5859de88a6fe898132a1589f166ca311f9af
parent c3bb1ec3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ public class AlarmClockFragment extends DeskClockFragment implements
    private View mUndoFrame;

    private Alarm mSelectedAlarm;
    private static final String[] SEL_AUDIO_SRC = {/*"audio/*", */"application/ogg", "application/x-ogg"};
    private static final String[] SEL_AUDIO_SRC = {"audio/*", "application/ogg", "application/x-ogg"};
    private static final int SEL_SRC_RINGTONE = 0;
    private static final int SEL_SRC_EXTERNAL = 1;
    private int mSelectSource = SEL_SRC_RINGTONE;