在android SDK文档中有这样一个类,android.provider.Settings类提供android系统各个页面的跳转常量:
使用实例例:

startActivity(new Intent(Settings.ACTION_WIRELESS_SETTINGS)),即可跳到android手机网络设置页面。
 

如果要launch Mobile Networks Setting页面按如下方法:
Intent intent=new Intent(Settings.ACTION_DATA_ROAMING_SETTINGS);
ComponentName cName = new ComponentName(“com.android.phone”,”com.android.phone.Settings”);
intent.setComponent(cName);
startActivity(intent);
如果要进入Networks Operators页面按如下方法:
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.setClassName(“com.android.phone”, “com.android.phone.NetworkSetting”);
startActivity(intent);
String
ACTION_ACCESSIBILITY_SETTINGS
辅助功能模块的显示设置。
Activity Action: Show settings for accessibility modules.
String
ACTION_ADD_ACCOUNT
显示屏幕上创建一个新帐户添加帐户。
Activity Action: Show add account screen for creating a new account.
String
ACTION_AIRPLANE_MODE_SETTINGS
显示设置,以允许进入/退出飞行模式。
Activity Action: Show settings to allow entering/exiting airplane mode.
String
ACTION_APN_SETTINGS
显示设置,以允许配 置的APN。
Activity Action: Show settings to allow configuration of APNs.
String
ACTION_APPLICATION_DETAILS_SETTINGS
有关特定应用程序的详细信息的显示屏幕。
Activity Action: Show screen of details about a particular application.
String
ACTION_APPLICATION_DEVELOPMENT_SETTINGS
显示设置,以允许应用程序开发相关的设置配置
Activity Action: Show settings to allow configuration of application development-related settings.
String
ACTION_APPLICATION_SETTINGS
显示设置,以允许应用程序相关的设置配置
Activity Action: Show settings to allow configuration of application-related settings.
String
ACTION_BLUETOOTH_SETTINGS
显示设置,以允许蓝牙配置
Activity Action: Show settings to allow configuration of Bluetooth.
String
ACTION_DATA_ROAMING_SETTINGS
选择of2G/3G显示设置
Activity Action: Show settings for selection of2G/3G.
String
ACTION_DATE_SETTINGS
显示日期和时间设置,以允许配 置
Activity Action: Show settings to allow configuration of date and time.
String
ACTION_DEVICE_INFO_SETTINGS
显示一般的设备信息设置(序列号,软件版本,电话号码,等)
Activity Action: Show general device information settings (serial number, software version, phone number, etc.).
String
ACTION_DISPLAY_SETTINGS
显示设置,以允许配 置显示
Activity Action: Show settings to allow configuration of display.
String
ACTION_INPUT_METHOD_SETTINGS
特别配置的输入方法,允许用户启用输入法的显示设置
Activity Action: Show settings to configure input methods, in particular allowing the user to enable input methods.
String
ACTION_INPUT_METHOD_SUBTYPE_SETTINGS
显示设置来启用/禁用输入法亚型
Activity Action: Show settings to enable/disable input method subtypes.
String
ACTION_INTERNAL_STORAGE_SETTINGS
内部存储的显示设置
Activity Action: Show settings for internal storage.
String
ACTION_LOCALE_SETTINGS
显示设置,以允许配 置的语言环境
Activity Action: Show settings to allow configuration of locale.
String
ACTION_LOCATION_SOURCE_SETTINGS
显示设置,以允许当前位置源的配置
Activity Action: Show settings to allow configuration of current location sources.
String
ACTION_MANAGE_ALL_APPLICATIONS_SETTINGS
显示设置来管理所有的应用程序
Activity Action: Show settings to manage all applications.
String
ACTION_MANAGE_APPLICATIONS_SETTINGS
显示设置来管理安装的应用程序
Activity Action: Show settings to manage installed applications.
String
ACTION_MEMORY_CARD_SETTINGS
显示设置为存储卡存储
Activity Action: Show settings for memory card storage.
String
ACTION_NETWORK_OPERATOR_SETTINGS
选择网络运营商的显示设置
Activity Action: Show settings for selecting the network operator.
String
ACTION_PRIVACY_SETTINGS
显示设置,以允许配 置隐私选项
Activity Action: Show settings to allow configuration of privacy options.
String
ACTION_QUICK_LAUNCH_SETTINGS
显示设置,以允许快速启动快捷键的配置
Activity Action: Show settings to allow configuration of quick launch shortcuts.
String
ACTION_SEARCH_SETTINGS
全局搜索显示设置
Activity Action: Show settings for global search.
String
ACTION_SECURITY_SETTINGS
显示设置,以允许配 置的安全性和位置隐私
Activity Action: Show settings to allow configuration of security and location privacy.
String
ACTION_SETTINGS
显示系统设置
Activity Action: Show system settings.
String
ACTION_SOUND_SETTINGS
显示设置,以允许配 置声音和音量
Activity Action: Show settings to allow configuration of sound and volume.
String
ACTION_SYNC_SETTINGS
显示设置,以允许配 置同步设置
Activity Action: Show settings to allow configuration of sync settings.
String
ACTION_USER_DICTIONARY_SETTINGS
显示设置来管理用户输入字典
Activity Action: Show settings to manage the user input dictionary.
String
ACTION_WIFI_IP_SETTINGS
显示设置,以允许配 置一个静态IP地址的Wi – Fi
Activity Action: Show settings to allow configuration of a static IP address for Wi-Fi.
String
ACTION_WIFI_SETTINGS
显示设置,以允许Wi – Fi配置
Activity Action: Show settings to allow configuration of Wi-Fi.
String
ACTION_WIRELESS_SETTINGS
显示设置,以允许配 置,如Wi – Fi,蓝牙和移动网络的无线控制
Activity Action: Show settings to allow configuration of wireless controls such as Wi-Fi, Bluetooth and Mobile networks.
String
AUTHORITY
String
EXTRA_AUTHORITIES
在推出活动的基础上给予的权力限制可选项。
Activity Extra: Limit available options in launched activity based on the given authority.
String
EXTRA_INPUT_METHOD_ID

转载于:https://www.cnblogs.com/zhangxin1989/archive/2013/04/18/3029334.html

android应用程序跳转到系统的各个设置页面相关推荐

  1. 如何直接打开android系统的wifi设置页面,防止intent劫持

    在android的app开发中,经常会遇到需要跳转至系统设置页面的需求.但是当你使用以下代码时: 如 Intent intent =  new Intent(Settings.ACTION_WIFI_ ...

  2. android跳转到系统的各项设置界面

    前言: 由于需求需要,有很多时候都需要跳转到android的各项设置界面,比如说Wi-Fi列表页,系统设置主页,应用权限管理界面等等,但是很多人都不知道对应的Activity Action是什么,现在 ...

  3. android 11.0 12.0添加系统字体并且设置为默认字体

    1.概述 在11.0 12.0系统定制化开发中,在产品定制中,有产品需求对于系统字体风格不太满意,所以想要更换系统的默认字体,对于系统字体的修改也是常有的功能,而系统默认也支持增加字体,所以就来添加楷 ...

  4. Windows 11 跳过启动显示配置偏好设置页面

    如果一直使用本地账户登录的话,隔一段时间就会在启动的时候出现配置偏好设置页面,但是这个页面又必须登录微软账号才能继续使用.某些公用电脑当然是不能登录微软账号的,所以得想办法将其跳过. 在出现这样的页面 ...

  5. Android跳转至系统位置信息设置界面和wifi设置界面

    跳转至位置信息设置界面: /**直接跳转至位置信息设置界面*/public static void openLocation(Context context) {Intent intent = new ...

  6. android 9.0 10.0 添加系统字体并且设置为默认字体

    在系统定制化开发中,修改默认字体也是常有的功能,今天就来添加楷体字体为系统字体,并替换为系统默认字体 效果图如下: 具体步骤如下: 1.增加新字体 在目录frameworks/base/data/fo ...

  7. vue ios微信小程序跳转外链地址,返回页面执行自动后退或关闭页面

    需求是页面外跳后,返回到项目首页,判断上一页有没有,有则后退一页,没有则关闭微信浏览器 处理方案: 创建refresh.js 文件 在index.html 文件中引入 home.vue // 在首页先 ...

  8. 跳转到系统挑选铃声的页面

    1.首先选中列表的铃声 Java代码 private void doPickRingtone() { Intent intent = new Intent(RingtoneManager.ACTION ...

  9. android调用系统指纹设置页面录入指纹

    在做指纹登录时,有时候会遇到设备并未录入指纹,需要提示用户去开启. 如果需要自动跳转到系统的指纹设置页面,录入指纹,那就需要调用系统组件 由于google加入指纹支持是在6.0,而国内很多厂商很早便加 ...

  10. android 去指纹设置,android调用系统指纹设置页面录入指纹

    在做指纹登录时,有时候会遇到设备并未录入指纹,需要提示用户去开启. 如果需要自动跳转到系统的指纹设置页面,录入指纹,那就需要调用系统组件 由于google加入指纹支持是在6.0,而国内很多厂商很早便加 ...

最新文章

  1. php用户类,php用户登陆类
  2. AdminLTE组件之表格DataTable
  3. 《剑指offer》第十八题(在O(1)时间删除链表结点)
  4. Linux中expect实现自动登录
  5. yii连接mysql主从_Connection 数据库主从连接源码剖析
  6. 阿里人工智能实验室招聘计算机视觉算法专家-交互图像方向
  7. 远程会议总卡顿?8 个“小白”办法一看就会!
  8. 数据有什么特征和作用
  9. 在.NET中调用Oracle9i存储过程经验总结
  10. tf.data.Dataset.zip()讲解 和 python自带的zip()的异同
  11. 折线分割平面(递推dp)
  12. “2库1平台+N应用”助力智慧机场建设
  13. 投屏软件_五款良心投屏软件,将安卓iOS投射到大屏幕
  14. Unity 相机的移动旋转以及拉近拉远的原理
  15. 广域网、城域网、局域网、个人区域网的不同
  16. Python 操控手机 APP
  17. 华为A1路由器虚拟服务器,华为a1路由器怎么设置DHCP服务器功能
  18. DevExpress 控件使用之BarManager
  19. flowable 和activiti 数据库表结构对比说明
  20. 计算机操作系统复习1

热门文章

  1. 【PIL】Image中blend的简单使用
  2. SQL Server 2008R2 连接本地数据库引擎
  3. mysql数据库无法启动_Mysql数据库无法启动问题的解决方案
  4. Android Xml布局常见问题总结
  5. mysql事务ACID实现原理_一文解析:MySQL事务ACID原理让你面试不再害怕
  6. 跳槽到新公司,我直接让项目的性能提升了一半。。。
  7. Google Exoplayer之全面认识
  8. 基础数据类型转换过程中注意事项
  9. linux工程常用的应用命令总结:
  10. 2020服务器虚拟化市场容量,2020年服务器市场的五大技术和市场趋势