RingtonePreference.OnPrepareRingtonePickerIntent(Intent) Method

Definition

Prepares the intent to launch the ringtone picker.

[Android.Runtime.Register("onPrepareRingtonePickerIntent", "(Landroid/content/Intent;)V", "GetOnPrepareRingtonePickerIntent_Landroid_content_Intent_Handler")]
protected virtual void OnPrepareRingtonePickerIntent (Android.Content.Intent? ringtonePickerIntent);
[<Android.Runtime.Register("onPrepareRingtonePickerIntent", "(Landroid/content/Intent;)V", "GetOnPrepareRingtonePickerIntent_Landroid_content_Intent_Handler")>]
abstract member OnPrepareRingtonePickerIntent : Android.Content.Intent -> unit
override this.OnPrepareRingtonePickerIntent : Android.Content.Intent -> unit

Parameters

ringtonePickerIntent
Intent

The ringtone picker intent that can be modified by putting extras.

Attributes

Remarks

Prepares the intent to launch the ringtone picker. This can be modified to adjust the parameters of the ringtone picker.

Java documentation for android.preference.RingtonePreference.onPrepareRingtonePickerIntent(android.content.Intent).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to