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

Commit a8f6bffd authored by Danesh M's avatar Danesh M Committed by Ed Mancebo
Browse files

Contacts : Remove silent option from ringtone

Silent is fundamentally broken across the platform, its currently
the same as default anyway. A lot of assumptions are based on this
"bug" such as default multi-sim ringtones...etc

Remove the option for now as it doesn't work anyway.

Change-Id: I3ce669c8c5f078349054faa0eb29486a3755ce43
parent 4c91781a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1299,7 +1299,7 @@ public class ContactEditorFragment extends Fragment implements
        // Show only ringtones
        intent.putExtra(RingtoneManager.EXTRA_RINGTONE_TYPE, RingtoneManager.TYPE_RINGTONE);
        // Allow the user to pick a silent ringtone
        intent.putExtra(RingtoneManager.EXTRA_RINGTONE_SHOW_SILENT, true);
        intent.putExtra(RingtoneManager.EXTRA_RINGTONE_SHOW_SILENT, false);

        final Uri ringtoneUri;
        if (mCustomRingtone != null) {