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

Commit af90dacb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "media:Modify the display of system default ringtone when it is none."

parents 1b4081ba f252060a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -176,6 +176,11 @@ public class Ringtone {
                        actualUri = RingtoneManager.getActualDefaultRingtoneUri(context,
                             RingtoneManager.getDefaultType(uri));
                    }
                    if (actualUri == null) {
                        title = context
                                .getString(com.android.internal.R.string.ringtone_default);
                        return title;
                    }
                    String actualTitle = getTitle(context, actualUri, false);
                    title = context
                            .getString(com.android.internal.R.string.ringtone_default_with_actual,