Allow setting a silent ringtone (bug 1600056).
This commit is contained in:
@@ -42,11 +42,6 @@ public class DefaultRingtonePreference extends RingtonePreference {
|
||||
* doesn't make sense to show a 'Default' item.
|
||||
*/
|
||||
ringtonePickerIntent.putExtra(RingtoneManager.EXTRA_RINGTONE_SHOW_DEFAULT, false);
|
||||
|
||||
/*
|
||||
* Similarly, 'Silent' shouldn't be shown here.
|
||||
*/
|
||||
ringtonePickerIntent.putExtra(RingtoneManager.EXTRA_RINGTONE_SHOW_SILENT, false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user