Android Call system settings

Source: Internet
Author: User

Recently, get a bit, call system Setup method, Android4.0 system, all settings below, all pro-test can be called. The first way to call is as follows:

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

One of the most critical parts of this is Android.provider.Settings.ACTION_SETTINGS, which represents which settings you are going to call the system, and this is the system setting.

The following pro-test are successful, hope reference:

  

/*
* Action_settings System Setup page
* Action_apn_settings APN settings
* Action_wifi_settings Position setting
* Action_airplane_mode_settings Wireless and network settings
* Action_accessibility_settings Auxiliary function setting
* Action_privacy_settings Security settings
* action_privacy_settings Backup and reset Settings
* Action_wifi_settings WIFI settings
* Action_wifi_ip_settings IP settings
* Action_bluetooth_settings Bluetooth settings
* Action_input_method_subtype_settings IME Settings
* Action_date_settings Date and time settings
* Action_sound_settings Sound settings
* Action_display_settings Display settings (auto-rotate screen/brightness/hibernate/light)
* Action_locale_settings Language Settings
* Action_input_method_settings Keyboard settings
* Action_application_settings Application settings
* Action_application_development_settings Developer Settings
* Action_quick_launch_settings Quick Start
* Action_manage_all_applications_settings All applications
* Action_sync_settings account and Sync
* Action_add_account Add Account
* Action_memory_card_settings Storage settings
* Action_search_settings Search Settings
* Action_device_info_settings View Mobile Information
*
* */

Android Call system 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.