Automatically jump to the system Settings screen in Android

Source: Internet
Author: User

Intent Intent = new Intent (settings.*********); StartActivity (Intent);
Or:
StartActivity (New Intent (settings.action_settings));
1. Action_accessibility_settings://Jump System Accessibility Interface 2. Action_add_account://Show add account to create a new account screen.   "Test Jump to login interface" 3.    Action_airplane_mode_settings://flight mode, wireless network and network Settings interface or: Action_wireless_settings:4.   Action_apn_settings://Jump APN Settings Interface 5. "Required Parameters" action_application_details_settings://Jump to the system's own application information interface Uri based on package name Packageuri = Uri.parse ("Packag               E: "+" Com.tencent.WBlog ");                 Intent Intent = new Intent (Settings.action_application_details_settings,packageuri); StartActivity (Intent);    6. Action_application_development_settings://Jump Developer Options Interface 7. Action_application_settings://Jump App list interface or: Action_manage_all_applications_settings//Jump to Application interface "all    "OR: action_manage_applications_settings://Jump App list Interface" Installed "8.    Action_bluetooth_settings://Jump system Bluetooth Settings Interface 9.    Action_data_roaming_settings://Jump to mobile network settings interface 10.   Action_date_settings:        Jump Date Time Setting interface 11.    Action_device_info_settings://Jump Phone status Interface 12.    Action_display_settings://Jump Phone display interface 13.    Action_dream_settings "API 18 and above not tested" 14.    Action_input_method_settings://Jump language and input device 15.    Action_input_method_subtype_settings "API 11 and above"//Jump Language Selection Interface "multi-lingual selection" 16. Action_internal_storage_settings//Jump Storage Settings Interface "Internal storage" or: action_memory_card_settings://Jump Storage Settings "    Memory card Storage "17.     Action_locale_settings://Jump Language selection Interface "English and Chinese only two options" 18. Action_location_source_settings://Jump Location Service Interface "manage installed applications.    "19.        Action_network_operator_settings://Jump to display settings Select Network operator. Action_nfcsharing_settings://Show NFC sharing settings.    "API 14 and above" 21. Action_nfc_settings://Show NFC settings.  This shows the user interface, which allows NFC to turn on or off.    "API 16 and above" 22.    Action_privacy_settings://Jump to backup and reset interface 23.    Action_quick_launch_settings://Jump Quick Start Setup Interface 24.    Action_search_settings://Jump to search Settings interface 25. Action_security_settings:     Jump to security Settings interface 26.   Action_settings://Jump to Settings interface 27.   Action_sound_settings//Jump to sound settings interface 28.     Action_sync_settings://Jump Account Sync interface 29.     Action_user_dictionary_settings://Jump User Dictionary interface 30.     Action_wifi_ip_settings://Jump to IP setting interface 31.  Action_wifi_settings://Jump WIFI list set jump mode Intent Intent = new Intent (settings.*********); StartActivity (intent); or: StartActivity (new Intent (settings.action_settings));

Automatically jump to the system Settings screen in Android

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.