Intent.ActionApplicationPreferences Field
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.
An activity that provides a user interface for adjusting application preferences.
[Android.Runtime.Register("ACTION_APPLICATION_PREFERENCES", ApiSince=24)]
public const string ActionApplicationPreferences;
[<Android.Runtime.Register("ACTION_APPLICATION_PREFERENCES", ApiSince=24)>]
val mutable ActionApplicationPreferences : string
Field Value
Implements
- Attributes
Remarks
An activity that provides a user interface for adjusting application preferences. Optional but recommended settings for all applications which have settings.
Java documentation for android.content.Intent.ACTION_APPLICATION_PREFERENCES
.
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.