Java android.provider Settings fields, constructors, methods, implement or subclass

Example usage for Java android.provider Settings fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.provider Settings.

The text is from its open source code.

Field

StringACTION_SETTINGS
Activity Action: Show system settings.
StringACTION_APN_SETTINGS
Activity Action: Show settings to allow configuration of APNs.
StringACTION_LOCATION_SOURCE_SETTINGS
Activity Action: Show settings to allow configuration of current location sources.
StringACTION_WIRELESS_SETTINGS
Activity Action: Show settings to allow configuration of wireless controls such as Wi-Fi, Bluetooth and Mobile networks.
StringACTION_AIRPLANE_MODE_SETTINGS
Activity Action: Show settings to allow entering/exiting airplane mode.
StringACTION_ACCESSIBILITY_SETTINGS
Activity Action: Show settings for accessibility modules.
StringACTION_USAGE_ACCESS_SETTINGS
Activity Action: Show settings to control access to usage information.
StringACTION_SECURITY_SETTINGS
Activity Action: Show settings to allow configuration of security and location privacy.
StringACTION_PRIVACY_SETTINGS
Activity Action: Show settings to allow configuration of privacy options.
StringACTION_WIFI_SETTINGS
Activity Action: Show settings to allow configuration of Wi-Fi.
StringACTION_WIFI_IP_SETTINGS
Activity Action: Show settings to allow configuration of a static IP address for Wi-Fi.
StringACTION_BLUETOOTH_SETTINGS
Activity Action: Show settings to allow configuration of Bluetooth.
StringACTION_CAST_SETTINGS
Activity Action: Show settings to allow configuration of cast endpoints.
StringACTION_DATE_SETTINGS
Activity Action: Show settings to allow configuration of date and time.
StringACTION_SOUND_SETTINGS
Activity Action: Show settings to allow configuration of sound and volume.
StringACTION_DISPLAY_SETTINGS
Activity Action: Show settings to allow configuration of display.
StringACTION_LOCALE_SETTINGS
Activity Action: Show settings to allow configuration of locale.
StringACTION_VOICE_INPUT_SETTINGS
Activity Action: Show settings to configure input methods, in particular allowing the user to enable input methods.
StringACTION_INPUT_METHOD_SETTINGS
Activity Action: Show settings to configure input methods, in particular allowing the user to enable input methods.
StringACTION_INPUT_METHOD_SUBTYPE_SETTINGS
Activity Action: Show settings to enable/disable input method subtypes.
StringACTION_USER_DICTIONARY_SETTINGS
Activity Action: Show settings to manage the user input dictionary.
StringACTION_APPLICATION_SETTINGS
Activity Action: Show settings to allow configuration of application-related settings.
StringACTION_APPLICATION_DEVELOPMENT_SETTINGS
Activity Action: Show settings to allow configuration of application development-related settings.
StringACTION_QUICK_LAUNCH_SETTINGS
Activity Action: Show settings to allow configuration of quick launch shortcuts.
StringACTION_MANAGE_APPLICATIONS_SETTINGS
Activity Action: Show settings to manage installed applications.
StringACTION_MANAGE_ALL_APPLICATIONS_SETTINGS
Activity Action: Show settings to manage all applications.
StringACTION_MANAGE_OVERLAY_PERMISSION
Activity Action: Show screen for controlling which apps can draw on top of other apps.
StringACTION_MANAGE_WRITE_SETTINGS
Activity Action: Show screen for controlling which apps are allowed to write/modify system settings.
StringACTION_APPLICATION_DETAILS_SETTINGS
Activity Action: Show screen of details about a particular application.
StringACTION_IGNORE_BATTERY_OPTIMIZATION_SETTINGS
Activity Action: Show screen for controlling which apps can ignore battery optimizations.
StringACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
Activity Action: Ask the user to allow an app to ignore battery optimizations (that is, put them on the whitelist of apps shown by #ACTION_IGNORE_BATTERY_OPTIMIZATION_SETTINGS ).
StringACTION_SYNC_SETTINGS
Activity Action: Show settings to allow configuration of sync settings.
StringACTION_ADD_ACCOUNT
Activity Action: Show add account screen for creating a new account.
StringACTION_NETWORK_OPERATOR_SETTINGS
Activity Action: Show settings for selecting the network operator.
StringACTION_DATA_ROAMING_SETTINGS
Activity Action: Show settings for selection of 2G/3G.
StringACTION_INTERNAL_STORAGE_SETTINGS
Activity Action: Show settings for internal storage.
StringACTION_MEMORY_CARD_SETTINGS
Activity Action: Show settings for memory card storage.
StringACTION_SEARCH_SETTINGS
Activity Action: Show settings for global search.
StringACTION_DEVICE_INFO_SETTINGS
Activity Action: Show general device information settings (serial number, software version, phone number, etc.).
StringACTION_NFC_SETTINGS
Activity Action: Show NFC settings.
StringACTION_NFCSHARING_SETTINGS
Activity Action: Show NFC Sharing settings.
StringACTION_NFC_PAYMENT_SETTINGS
Activity Action: Show NFC Tap & Pay settings

This shows UI that allows the user to configure Tap&Pay settings.

StringACTION_DREAM_SETTINGS
Activity Action: Show Daydream settings.
StringACTION_NOTIFICATION_LISTENER_SETTINGS
Activity Action: Show Notification listener settings.
StringACTION_NOTIFICATION_POLICY_ACCESS_SETTINGS
Activity Action: Show Do Not Disturb access settings.
StringACTION_CAPTIONING_SETTINGS
Activity Action: Show settings for video captioning.
StringACTION_PRINT_SETTINGS
Activity Action: Show the top level print settings.
StringACTION_SHOW_REGULATORY_INFO
Activity Action: Show the regulatory information screen for the device.
StringACTION_HOME_SETTINGS
Activity Action: Show Home selection settings.
StringACTION_APP_NOTIFICATION_SETTINGS
Activity Action: Show notification settings for a single app.
StringACTION_CHANNEL_NOTIFICATION_SETTINGS
Activity Action: Show notification settings for a single NotificationChannel .
StringEXTRA_APP_PACKAGE
Activity Extra: The package owner of the notification channel settings to display.
StringEXTRA_CHANNEL_ID
Activity Extra: The NotificationChannel#getId() of the notification channel settings to display.
StringACTION_SHOW_ADMIN_SUPPORT_DETAILS
Activity Action: Show a dialog with disabled by policy message.
StringEXTRA_AUTHORITIES
Activity Extra: Limit available options in launched activity based on the given authority.
StringEXTRA_ACCOUNT_TYPES
Activity Extra: Limit available options in launched activity based on the given account types.
StringEXTRA_INPUT_METHOD_ID

Method

booleancanDrawOverlays(Context context)
Checks if the specified context can draw on top of other apps.