Android system settings package name

The form starting with com.android.settings:
com.android.settings.Settings phone system settings
com.android.settings.WirelessSettings wireless and network settings
com.android.settings.AccessibilitySettings accessibility settings
com.android.settings.ActivityPicker select activity
com.android.settings.ApnSettings APN Settings
com.android.settings.ApplicationSettings Application Settings
com.android.settings.BandMode Set GSM/UMTS Bands
com.android.settings.BatteryInfo Battery Information
com.android.settings.DateTimeSettings Date and Time Settings
com.android.settings.DateTimeSettingsSetupWizard Date and Time Settings 2
com.android.settings.DevelopmentSettings Developer Options
com.android.settings.DeviceAdminSettings Device Manager
com.android.settings.DeviceInfoSettings About Phone
com.android.settings.Display Display —Set display font size and preview
com.android.settings.DisplaySettings Display Settings
com.android.settings.DockSettings Dock Settings
com.android.settings.IccLockSettings SIM Lock Settings
com.android.settings.InstalledAppDetails App Details Page
com.android.settings.LanguageSettings Language And input method settings
com.android.settings.LocalePicker select phone language
com.android.settings.LocalePickerInSetupWizard select phone language 2
com.android.settings.ManageApplications application management
com.android.settings.MasterClear restore factory settings
com.android.settings. MediaFormat format mobile phone flash
com.android.settings.PhysicalKeyboardSettings set keyboard
com.android.settings.PrivacySettings privacy settings
com.android.settings.ProxySelector proxy settings
com.android.settings.RadioInfo phone information
com.android.settings.RunningServices running programs (services)
com.android.settings.SecuritySettings security settings
com.android.settings.SettingsSafetyLegalActivity security information
com.android.settings.SoundSettings sound settings
com.android.settings.TestingSettings testing
com .android.settings.TetherSettings binding with portable hotspot
com.android.settings.TextToSpeechSettings text-to-speech settings
com.android.settings.UsageStats usage statistics
com.android.settings.UserDictionarySettings user dictionary
com.android.settings.VoiceInputOutputSettings voice input with output settings

The form starting with android.provider.Settings.:
ACTION_ACCESSIBILITY_SETTINGS: Accessibility interface of the system
ACTION_ADD_ACCOUNT: Create new account interface
ACTION_AIRPLANE_MODE_SETTINGS: Airplane mode setting interface
ACTION_APN_SETTINGS: APNs setting interface
ACTION_APPLICATION_DETAILS_SETTINGS: Jump to the application information that comes with the system according to the package name Interface
ACTION_APPLICATION_DEVELOPMENT_SETTINGS: Developer options interface
ACTION_APPLICATION_SETTINGS: Application list interface ACTION_BLUETOOTH_SETTINGS
: Bluetooth settings interface ACTION_DATA_ROAMING_SETTINGS:
Mobile network settings interface
ACTION_DATE_SETTINGS: Date and time settings interface ACTION_DEVICE_INFO_SETTINGS : Phone
status interface ACTION_DISPLAY_SETTINGS S
: mobile phone display interface
ACTION_INPUT_METHOD_SETTINGS: language and input device interface
ACTION_INPUT_METHOD_SUBTYPE_SETTINGS: language Selection interface (multi-language selection, API 11 and above)
ACTION_INTERNAL_STORAGE_SETTINGS: Storage settings interface (internal storage)
ACTION_LOCALE_SETTINGS: Language selection interface (only English and Chinese are available)
ACTION_LOCATION_SOURCE_SETTINGS: Location service interface (manage installed applications)
ACTION_MANAGE_ALL_APPLICATIONS_SETTINGS: Jump to application interface (all)
ACTION_MANAGE_APPLICATIONS_SETTINGS: Application list interface (installed )
ACTION_MEMORY_CARD_SETTINGS: storage settings (memory card storage)
ACTION_NETWORK_OPERATOR_SETTINGS: select network operator interface
ACTION_NFCSHARING_SETTINGS: * Display NFC sharing settings, API 14 and above *
ACTION_NFC_SETTINGS: Display NFC settings, API 16 and above
ACTION_PRINT_SETTINGS: print settings
ACTION_PRIVACY _SETTINGS: backup and reset Interface
ACTION_QUICK_LAUNCH_SETTINGS: Quick start setting interface
ACTION_SEARCH_SETTINGS: Search setting interface
ACTION_SECURITY_SETTINGS: Security setting interface
ACTION_SETTINGS: System setting interface
ACTION_SOUND_SETTINGS: Sound setting interface
ACTION_SYNC_SETTINGS: Account synchronization interface
ACTION_USER_DICTIONARY_SETTINGS: User dictionary interface
ACTION_WIFI_IP_SETTINGS: IP setting interface
ACTION_WIFI_SETTINGS: Wi-Fi list setting interface
ACTION_WIRELESS_SETTINGS: Allow wireless control, Wi-Fi, Bluetooth and mobile network configuration

Guess you like

Origin blog.csdn.net/qq_45020145/article/details/129593435