PreferenceFragment.AddPreferencesFromIntent(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.
Adds preferences from activities that match the given Intent
.
[Android.Runtime.Register("addPreferencesFromIntent", "(Landroid/content/Intent;)V", "GetAddPreferencesFromIntent_Landroid_content_Intent_Handler")]
public virtual void AddPreferencesFromIntent (Android.Content.Intent? intent);
[<Android.Runtime.Register("addPreferencesFromIntent", "(Landroid/content/Intent;)V", "GetAddPreferencesFromIntent_Landroid_content_Intent_Handler")>]
abstract member AddPreferencesFromIntent : Android.Content.Intent -> unit
override this.AddPreferencesFromIntent : Android.Content.Intent -> unit
Parameters
- intent
- Intent
The Intent
to query activities.
- Attributes
Remarks
Adds preferences from activities that match the given 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.