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

Commit 023f8e00 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Pass in the title of the preference as a title for the ringtone picker dialog.

Bug: 5135537
Change-Id: I988c4c6b800466a5f28e41b452a91a5424c7d58b
parent 95b0292f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -164,6 +164,7 @@ public class RingtonePreference extends Preference implements


        ringtonePickerIntent.putExtra(RingtoneManager.EXTRA_RINGTONE_SHOW_SILENT, mShowSilent);
        ringtonePickerIntent.putExtra(RingtoneManager.EXTRA_RINGTONE_SHOW_SILENT, mShowSilent);
        ringtonePickerIntent.putExtra(RingtoneManager.EXTRA_RINGTONE_TYPE, mRingtoneType);
        ringtonePickerIntent.putExtra(RingtoneManager.EXTRA_RINGTONE_TYPE, mRingtoneType);
        ringtonePickerIntent.putExtra(RingtoneManager.EXTRA_RINGTONE_TITLE, getTitle());
    }
    }
    
    
    /**
    /**