PreferenceActivity.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.
Caution
deprecated
Adds preferences from activities that match the given Intent
.
[Android.Runtime.Register("addPreferencesFromIntent", "(Landroid/content/Intent;)V", "GetAddPreferencesFromIntent_Landroid_content_Intent_Handler")]
[System.Obsolete("deprecated")]
public virtual void AddPreferencesFromIntent (Android.Content.Intent? intent);
[<Android.Runtime.Register("addPreferencesFromIntent", "(Landroid/content/Intent;)V", "GetAddPreferencesFromIntent_Landroid_content_Intent_Handler")>]
[<System.Obsolete("deprecated")>]
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
.
This member is deprecated. This function is not relevant for a modern fragment-based PreferenceActivity.
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.