RingtonePreference.OnPrepareRingtonePickerIntent(Intent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.