Android automatically jumps to the system settings page

Source: Internet
Author: User

Android automatically jumps to the system settings page

Redirect Mode
Intent intent = new Intent(Settings.*********); startActivity(intent);
 
Or:
startActivity(new Intent(Settings.ACTION_SETTINGS));
 
1. ACTION_ACCESSIBILITY_SETTINGS: // jump to the auxiliary function interface of the system. 2. ACTION_ADD_ACCOUNT: // display the Add account to create a new account screen. [Test jump to logon interface] 3. ACTION_AIRPLANE_MODE_SETTINGS: // flight mode, wireless network and network settings interface, or: ACTION_WIRELESS_SETTINGS: 4. ACTION_APN_SETTINGS: // jump to the APN settings page 5. [required parameter] ACTION_APPLICATION_DETAILS_SETTINGS: // jump to the system's built-in application information interface Uri packageURI = Uri according to the package name. parse ("package:" + "com. tencent. WBlog "); Intent intent = new Intent (Settings. ACTION_APPLICATION_DETAILS_SETTINGS, packageURI); startActivity (intent); 6. ACTION_APPLICATION_DEVEL OPMENT_SETTINGS: // jump to the developer option page 7. ACTION_APPLICATION_SETTINGS: // jump to the Application List page or: ACTION_MANAGE_ALL_APPLICATIONS_SETTINGS // jump to the application page [all] Or: ACTION_MANAGE_APPLICATIONS_SETTINGS: // jump to the Application List page [installed] 8. action_effecth_settings: // jump to the system's bluetooth settings page 9. ACTION_DATA_ROAMING_SETTINGS: // jump to the mobile network settings page 10. ACTION_DATE_SETTINGS: // jump date and time settings page 11. ACTION_DEVICE_INFO_SETTINGS: // jump to the mobile phone status page 12. ACTION_DISPLAY _ SETTINGS: // jump to the mobile phone display page 13. ACTION_DREAM_SETTINGS [API 18 or above not tested] 14. ACTION_INPUT_METHOD_SETTINGS: // jump language and input device 15. ACTION_INPUT_METHOD_SUBTYPE_SETTINGS [API 11 and later] // jump language selection interface [multi-language selection] 16. ACTION_INTERNAL_STORAGE_SETTINGS // go to the storage settings page and choose "internal storage" or "ACTION_MEMORY_CARD_SETTINGS: // go to storage"> "memory card storage. ACTION_LOCALE_SETTINGS: // jump language selection interface [only English and Chinese options] 18. ACTION_LOCATION_SOURCE_SETTINGS: // jump to location service Manage installed applications .] 19. ACTION_NETWORK_OPERATOR_SETTINGS: // select the network operator from the displayed settings. 20. ACTION_NFCSHARING_SETTINGS: // display NFC sharing settings. [API 14 and later] 21. ACTION_NFC_SETTINGS: // displays NFC settings. This shows the user interface, allowing NFC to be enabled or disabled. [API 16 and above] 22. ACTION_PRIVACY_SETTINGS: // jump to the backup and Reset page 23. ACTION_QUICK_LAUNCH_SETTINGS: // jump to the Quick Start setting page 24. ACTION_SEARCH_SETTINGS: // jump to the Search Settings page 25. ACTION_SECURITY_SETTINGS: // jump to the Security Settings page 26. ACTION_SETTINGS: // jump to the settings page 27. ACTION_SOUND_SETTINGS // jump to the sound setting page 28. ACTION_SYNC_SETTINGS: // jump to the account synchronization page 29. ACTION_USER_DICTIONARY_SETTINGS: // jump to the user dictionary interface 30. ACTION_WIFI_IP_SETTINGS: // jump to IP Address Setting page 31. ACTION_WIFI_SETTINGS: // redirect to the Wifi list. Set the Redirect method Intent intent = new Intent (Settings. * ********); startActivity (intent); or: startActivity (new Intent (Settings. ACTION_SETTINGS ));

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.