How to set ringtone with RingtoneManager.ACTION_RINGTONE_PICKER?
问题 I try to find solution here, but there are only solution for own/selected file, not for code when I call picker. I use following code when user press button: Intent intent = new Intent(RingtoneManager.ACTION_RINGTONE_PICKER); intent.putExtra(RingtoneManager.EXTRA_RINGTONE_TITLE, \"Select ringtone for notifications:\"); intent.putExtra(RingtoneManager.EXTRA_RINGTONE_SHOW_SILENT, false); intent.putExtra(RingtoneManager.EXTRA_RINGTONE_SHOW_DEFAULT, true); intent.putExtra(RingtoneManager.EXTRA