Fields Summary |
---|
public static final String | ACTION_SETTINGSActivity Action: Show system settings.
Input: Nothing.
Output: nothing. |
public static final String | ACTION_APN_SETTINGSActivity Action: Show settings to allow configuration of APNs.
Input: Nothing.
Output: nothing. |
public static final String | ACTION_LOCATION_SOURCE_SETTINGSActivity 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. |
public static final String | ACTION_WIRELESS_SETTINGSActivity 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. |
public static final String | ACTION_AIRPLANE_MODE_SETTINGSActivity Action: Show settings to allow entering/exiting airplane mode.
In some cases, a matching Activity may not exist, so ensure you
safeguard against this.
Input: Nothing.
Output: Nothing. |
public static final String | ACTION_SECURITY_SETTINGSActivity 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. |
public static final String | ACTION_WIFI_SETTINGSActivity 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. |
public static final String | ACTION_WIFI_IP_SETTINGSActivity Action: Show settings to allow configuration of a static IP
address for Wi-Fi.
In some cases, a matching Activity may not exist, so ensure you safeguard
against this.
Input: Nothing.
Output: Nothing. |
public static final String | ACTION_BLUETOOTH_SETTINGSActivity 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. |
public static final String | ACTION_DATE_SETTINGSActivity 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. |
public static final String | ACTION_SOUND_SETTINGSActivity 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. |
public static final String | ACTION_DISPLAY_SETTINGSActivity 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. |
public static final String | ACTION_LOCALE_SETTINGSActivity 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. |
public static final String | ACTION_INPUT_METHOD_SETTINGSActivity Action: Show settings to configure input methods, in particular
allowing the user to enable input methods.
In some cases, a matching Activity may not exist, so ensure you
safeguard against this.
Input: Nothing.
Output: Nothing. |
public static final String | ACTION_USER_DICTIONARY_SETTINGSActivity Action: Show settings to manage the user input dictionary.
In some cases, a matching Activity may not exist, so ensure you
safeguard against this.
Input: Nothing.
Output: Nothing. |
public static final String | ACTION_APPLICATION_SETTINGSActivity 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. |
public static final String | ACTION_APPLICATION_DEVELOPMENT_SETTINGSActivity Action: Show settings to allow configuration of application
development-related settings.
In some cases, a matching Activity may not exist, so ensure you safeguard
against this.
Input: Nothing.
Output: Nothing. |
public static final String | ACTION_QUICK_LAUNCH_SETTINGSActivity Action: Show settings to allow configuration of quick launch shortcuts.
In some cases, a matching Activity may not exist, so ensure you
safeguard against this.
Input: Nothing.
Output: Nothing. |
public static final String | ACTION_MANAGE_APPLICATIONS_SETTINGSActivity Action: Show settings to manage installed applications.
In some cases, a matching Activity may not exist, so ensure you
safeguard against this.
Input: Nothing.
Output: Nothing. |
public static final String | ACTION_SYSTEM_UPDATE_SETTINGSActivity Action: Show settings for system update functionality.
In some cases, a matching Activity may not exist, so ensure you
safeguard against this.
Input: Nothing.
Output: Nothing. |
public static final String | ACTION_SYNC_SETTINGSActivity Action: Show settings to allow configuration of sync settings.
In some cases, a matching Activity may not exist, so ensure you
safeguard against this.
Input: Nothing.
Output: Nothing. |
public static final String | ACTION_NETWORK_OPERATOR_SETTINGSActivity Action: Show settings for selecting the network operator.
In some cases, a matching Activity may not exist, so ensure you
safeguard against this.
Input: Nothing.
Output: Nothing. |
public static final String | ACTION_DATA_ROAMING_SETTINGSActivity Action: Show settings for selection of 2G/3G.
In some cases, a matching Activity may not exist, so ensure you
safeguard against this.
Input: Nothing.
Output: Nothing. |
public static final String | ACTION_INTERNAL_STORAGE_SETTINGSActivity Action: Show settings for internal storage.
In some cases, a matching Activity may not exist, so ensure you
safeguard against this.
Input: Nothing.
Output: Nothing. |
public static final String | ACTION_MEMORY_CARD_SETTINGSActivity Action: Show settings for memory card storage.
In some cases, a matching Activity may not exist, so ensure you
safeguard against this.
Input: Nothing.
Output: Nothing. |
private static final String | JID_RESOURCE_PREFIX |
public static final String | AUTHORITY |
private static final String | TAG |
private static String | sJidResource |