Android Studio 56th-the package name of the Android system settings option

Source: Internet
Author: User

in the form of a com.android.settings opening:

Com.android.settings.SettingsPhone system Settings
Com.android.settings.WirelessSettingsWireless and network settings
Com.android.settings.AccessibilitySettingsAccessibility Settings
Com.android.settings.ActivityPickerSelect Activity
Com.android.settings.ApnSettingsAPN Settings
Com.android.settings.ApplicationSettingsApplication Settings
Com.android.settings.BandModeSetting the Gsm/umts band
Com.android.settings.BatteryInfoBattery Information
Com.android.settings.DateTimeSettingsDate and Time settings
Com.android.settings.DateTimeSettingsSetupWizardDate and Time settings 2
Com.android.settings.DevelopmentSettingsDeveloper Options
Com.android.settings.DeviceAdminSettingsDevice Manager
Com.android.settings.DeviceInfoSettingsabout Mobile Phones
Com.android.settings.DisplayDisplay-Set display font size and preview
Com.android.settings.DisplaySettingsDisplay Settings
Com.android.settings.DockSettingsBase Settings
Com.android.settings.IccLockSettingsSIM card lockout settings
Com.android.settings.InstalledAppDetailsapplication's Details page
Com.android.settings.LanguageSettingsLanguage and IME settings
Com.android.settings.LocalePickerSelect phone Language
Com.android.settings.LocalePickerInSetupWizardSelect phone Language 2
Com.android.settings.ManageApplicationsApplication Management
Com.android.settings.MasterClearRestore factory Settings
Com.android.settings.MediaFormatformat Phone Flash
Com.android.settings.PhysicalKeyboardSettingssetting up the keyboard
Com.android.settings.PrivacySettingsPrivacy Settings
Com.android.settings.ProxySelectorProxy Settings
Com.android.settings.RadioInfoMobile Information
Com.android.settings.RunningServicesprograms that are running (services)
Com.android.settings.SecuritySettingsSecurity Settings
Com.android.settings.SettingsSafetyLegalActivitySecurity Information
Com.android.settings.SoundSettingsSound Settings
Com.android.settings.TestingSettingsTest
Com.android.settings.TetherSettingsbinding with portable hotspots
Com.android.settings.TextToSpeechSettingsText-to- speech settings
Com.android.settings.UsageStatsStatistics of Usage
Com.android.settings.UserDictionarySettingsUser Dictionaries
Com.android.settings.VoiceInputOutputSettingsvoice input and output setReset

The package name above can be called in this way:

Intent Intent = new Intent ();
ComponentName cm = new ComponentName ("Com.android.settings", "com.android.settings.Settings");
Intent.setcomponent (CM);
Intent.setaction ("Android.intent.action.VIEW");
StartActivity (Intent);
in the form of a android.provider.Settings. Opening:

Action_accessibility_settings:accessibility interface of the system
Action_add_account:Create a new account interface
Action_airplane_mode_settings:Airplane Mode Setting Interface
Action_apn_settings:APNs Setup Interface
Action_application_details_settings:jump to the system's own application information interface based on package name
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 Setup Interface
Action_date_settings:Date Time Setting interface
Action_device_info_settings:Phone Status Interface
Action_display_settings:Phone Display Interface
Action_input_method_settings:language and input device interface
Action_input_method_subtype_settings:Language Selection Interface (multi-lingual selection, API 11 and above)
Action_internal_storage_settings:Storage Settings Interface (internal storage)
Action_locale_settings:Language Selection Interface (English and Chinese only)
Action_location_source_settings:Location Service Interface (manage installed applications)
Action_manage_all_applications_settings:jump to the 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 the network operator interface
Action_nfcsharing_settings:* Show NFC sharing settings, API 14 and above *
Action_nfc_settings:Show NFC Settings, API 16 and above
Action_print_settings:Print Settings
Action_privacy_settings:backup and Reset interface
Action_quick_launch_settings:Quick Launch Setup Interface
Action_search_settings:Search Settings Interface
Action_security_settings:Security Settings Interface
Action_settings:System Setup Interface
Action_sound_settings:Sound Settings Interface
Action_sync_settings:Account Sync Interface
Action_user_dictionary_settings:User Dictionary Interface
Action_wifi_ip_settings:IP Setting Interface
Action_wifi_settings:Wi-Fi list settings interface
Action_wireless_settings:allow Wireless control, Wi-Fi, Bluetooth and mobile network configuration

The above form can be called in this way:

Intent Intent = new Intent (Android.provider.Settings.ACTION_SETTINGS);
StartActivity (Intent);

Report:


Android Studio 56th-the package name of the Android system settings option

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.