Android
android.provider
public final class

android.provider.Settings

java.lang.Object
android.provider.Settings

The Settings provider contains global system-level device preferences.

Nested Classes
Settings.NameValueTable Common base for tables of name/value settings. 
Settings.SettingNotFoundException  
Settings.System System settings, containing miscellaneous system preferences. 

Summary

Constants

      Value  
String  ACTION_APPLICATION_SETTINGS  Activity Action: Show settings to allow configuration of application-related settings.  "android.settings.APPLICATION_SETTINGS" 
String  ACTION_BLUETOOTH_SETTINGS  Activity Action: Show settings to allow configuration of Bluetooth.  "android.settings.BLUETOOTH_SETTINGS" 
String  ACTION_DATE_SETTINGS  Activity Action: Show settings to allow configuration of date and time.  "android.settings.DATE_SETTINGS" 
String  ACTION_DISPLAY_SETTINGS  Activity Action: Show settings to allow configuration of display.  "android.settings.DISPLAY_SETTINGS" 
String  ACTION_LOCALE_SETTINGS  Activity Action: Show settings to allow configuration of locale.  "android.settings.LOCALE_SETTINGS" 
String  ACTION_LOCATION_SOURCE_SETTINGS  Activity Action: Show settings to allow configuration of current location sources.  "android.settings.LOCATION_SOURCE_SETTINGS" 
String  ACTION_SECURITY_SETTINGS  Activity Action: Show settings to allow configuration of security and location privacy.  "android.settings.SECURITY_SETTINGS" 
String  ACTION_SETTINGS  Activity Action: Show system settings.  "android.settings.SETTINGS" 
String  ACTION_SOUND_SETTINGS  Activity Action: Show settings to allow configuration of sound and volume.  "android.settings.SOUND_SETTINGS" 
String  ACTION_WIFI_SETTINGS  Activity Action: Show settings to allow configuration of Wi-Fi.  "android.settings.WIFI_SETTINGS" 
String  ACTION_WIRELESS_SETTINGS  Activity Action: Show settings to allow configuration of wireless controls such as Wi-Fi, Bluetooth and Mobile networks.  "android.settings.WIRELESS_SETTINGS" 
String  AUTHORITY    "settings" 

Public Constructors

            Settings()
Methods inherited from class java.lang.Object

Details

Constants

public static final String ACTION_APPLICATION_SETTINGS

Activity Action: Show settings to allow configuration of application-related settings.

In some cases, a matching Activity may not exist, so ensure you safeguard against this.

Input: Nothing.

Output: Nothing.

Constant Value: "android.settings.APPLICATION_SETTINGS"

public static final String ACTION_BLUETOOTH_SETTINGS

Activity Action: Show settings to allow configuration of Bluetooth.

In some cases, a matching Activity may not exist, so ensure you safeguard against this.

Input: Nothing.

Output: Nothing.

Constant Value: "android.settings.BLUETOOTH_SETTINGS"

public static final String ACTION_DATE_SETTINGS

Activity Action: Show settings to allow configuration of date and time.

In some cases, a matching Activity may not exist, so ensure you safeguard against this.

Input: Nothing.

Output: Nothing.

Constant Value: "android.settings.DATE_SETTINGS"

public static final String ACTION_DISPLAY_SETTINGS

Activity Action: Show settings to allow configuration of display.

In some cases, a matching Activity may not exist, so ensure you safeguard against this.

Input: Nothing.

Output: Nothing.

Constant Value: "android.settings.DISPLAY_SETTINGS"

public static final String ACTION_LOCALE_SETTINGS

Activity Action: Show settings to allow configuration of locale.

In some cases, a matching Activity may not exist, so ensure you safeguard against this.

Input: Nothing.

Output: Nothing.

Constant Value: "android.settings.LOCALE_SETTINGS"

public static final String ACTION_LOCATION_SOURCE_SETTINGS

Activity Action: Show settings to allow configuration of current location sources.

In some cases, a matching Activity may not exist, so ensure you safeguard against this.

Input: Nothing.

Output: Nothing.

Constant Value: "android.settings.LOCATION_SOURCE_SETTINGS"

public static final String ACTION_SECURITY_SETTINGS

Activity Action: Show settings to allow configuration of security and location privacy.

In some cases, a matching Activity may not exist, so ensure you safeguard against this.

Input: Nothing.

Output: Nothing.

Constant Value: "android.settings.SECURITY_SETTINGS"

public static final String ACTION_SETTINGS

Activity Action: Show system settings.

Input: Nothing.

Output: nothing.

Constant Value: "android.settings.SETTINGS"

public static final String ACTION_SOUND_SETTINGS

Activity Action: Show settings to allow configuration of sound and volume.

In some cases, a matching Activity may not exist, so ensure you safeguard against this.

Input: Nothing.

Output: Nothing.

Constant Value: "android.settings.SOUND_SETTINGS"

public static final String ACTION_WIFI_SETTINGS

Activity Action: Show settings to allow configuration of Wi-Fi.

In some cases, a matching Activity may not exist, so ensure you safeguard against this.

Input: Nothing.

Output: Nothing.

Constant Value: "android.settings.WIFI_SETTINGS"

public static final String ACTION_WIRELESS_SETTINGS

Activity Action: Show settings to allow configuration of wireless controls such as Wi-Fi, Bluetooth and Mobile networks.

In some cases, a matching Activity may not exist, so ensure you safeguard against this.

Input: Nothing.

Output: Nothing.

Constant Value: "android.settings.WIRELESS_SETTINGS"

public static final String AUTHORITY

Constant Value: "settings"

Public Constructors

public Settings()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48