Pick Ringtone Contract
Contract for picking ringtones. Returns one of:
An uri of the picked ringtone,
a Uri that equals System#DEFAULT_RINGTONE_URI, System#DEFAULT_NOTIFICATION_URI, or System#DEFAULT_ALARM_ALERT_URI if the default was chosen,
null if the "Silent" item was picked or if there was an error.
Functions
Link copied to clipboard
open override fun createIntent(context: Context, input: PickRingtoneContract.RingtoneOptions): Intent
Link copied to clipboard
open override fun getSynchronousResult(context: Context, input: PickRingtoneContract.RingtoneOptions): ActivityResultContract.SynchronousResult<Uri?>?
Link copied to clipboard