Settings
App-Prefs:root
Settings -> About
App-Prefs:root=General&path=About
Settings -> Accessibility
App-Prefs:root=General&path=ACCESSIBILITY
Settings -> Autolock
App-Prefs:root=DISPLAY&path=AUTOLOCK
Settings -> Background App Refresh
App-Prefs:root=General&path=AUTO_CONTENT_DOWNLOAD
Settings -> Battery Usage
App-Prefs:root=BATTERY_USAGE
Settings -> Bluetooth
App-Prefs:root=Bluetooth
Settings -> CallerID
App-Prefs:root=Phone&path=CallerID
Settings -> Cellular/Mobile
App-Prefs:root=MOBILE_DATA_SETTINGS_ID
Settings -> Compass
App-Prefs:root=COMPASS
Settings -> Control Center
App-Prefs:root=ControlCenter
Settings -> Date/Time
App-Prefs:root=General&path=DATE_AND_TIME
Settings -> Dictionary
App-Prefs:root=General&path=DICTIONARY
Settings -> Display/Brightness
App-Prefs:root=DISPLAY
Settings -> Do Not Disturb
App-Prefs:root=DO_NOT_DISTURB
Settings -> Facebook
App-Prefs:root=FACEBOOK
Settings -> Facetime
App-Prefs:root=FACETIME
Settings -> Flickr
App-Prefs:root=FLICKR
Settings -> Game Center
App-Prefs:root=GAMECENTER
Settings -> General
App-Prefs:root=General
Settings -> iCloud
App-Prefs:root=CASTLE
Settings -> iCloud Backup
App-Prefs:root=CASTLE&path=BACKUP
Settings -> iCloud Storage
App-Prefs:root=CASTLE&path=STORAGE_AND_BACKUP
Settings -> International
App-Prefs:root=General&path=INTERNATIONAL
Settings -> iTunes & App Store
App-Prefs:root=STORE
Settings -> Keyboard
App-Prefs:root=General&path=Keyboard
Settings -> Keyboard -> Keyboards
App-Prefs:root=General&path=Keyboard/KEYBOARDS
Settings -> Location Services
App-Prefs:root=Privacy&path=LOCATION
Settings -> Mail, Contacts, Calendars
App-Prefs:root=ACCOUNT_SETTINGS
Settings -> Manage Storage
App-Prefs:root=General&path=STORAGE_ICLOUD_USAGE/DEVICE_STORAGE
Settings -> Maps
App-Prefs:root=MAPS
Settings -> Messages
App-Prefs:root=MESSAGES
Settings -> Multitasking
App-Prefs:root=General&path=MULTITASKING
Settings -> Music
App-Prefs:root=MUSIC
Settings -> Music EQ
App-Prefs:root=MUSIC&path=com.apple.Music:EQ
Settings -> Notes
App-Prefs:root=NOTES
Settings -> Notifications
App-Prefs:root=NOTIFICATIONS_ID
Settings -> Passcode
App-Prefs:root=PASSCODE
Settings -> Personal Hotspot
App-Prefs:root=INTERNET_TETHERING
Settings -> Phone
App-Prefs:root=Phone
Settings -> Photos
App-Prefs:root=Photos
Settings -> Privacy
App-Prefs:root=Privacy
Settings -> Profiles
App-Prefs:root=General&path=ManagedConfigurationList
Settings -> Reminders
App-Prefs:root=REMINDERS
Settings -> Reset
App-Prefs:root=General&path=Reset
Settings -> Ringtone
App-Prefs:root=Sounds&path=Ringtone
Settings -> Safari
App-Prefs:root=SAFARI
Settings -> SIM/PIN
App-Prefs:root=Phone&path=SIM%20PIN
Settings -> Siri
App-Prefs:root=SIRI
Settings -> Sounds
App-Prefs:root=Sounds
Settings -> Software Update
App-Prefs:root=General&path=SOFTWARE_UPDATE_LINK
Settings -> Storage & iCloud Usage
App-Prefs:root=General&path=STORAGE_ICLOUD_USAGE
Settings -> Touch ID & Passcode
App-Prefs:root=TOUCHID_PASSCODE
Settings -> Twitter
App-Prefs:root=TWITTER
Settings -> Usage
App-Prefs:root=General&path=USAGE
Settings -> Videos
App-Prefs:root=VIDEO
Settings -> Vimeo
App-Prefs:root=VIMEO
Settings -> Volume Limit
App-Prefs:root=MUSIC&path=com.apple.Music:VolumeLimit
Settings -> VPN
App-Prefs:root=General&path=VPN
Settings -> Wallet & apple pay
App-Prefs:root=PASSBOOK
Settings -> Wallpaper
App-Prefs:root=Wallpaper
Settings -> Weibo
App-Prefs:root=WEIBO
Settings -> Wi-Fi
App-Prefs:root=WIFI

iOS10 11跳转系统设置等的URL收集的更多相关文章

  1. iOS 10 跳转系统设置

    苦心人天不负, 为了项目终于把 iOS 10 跳转系统设置的方法给搞定了, 很欣慰. http://www.cnblogs.com/lurenq/p/6189580.html iOS 10 跳转系统设 ...

  2. UI进阶 跳转系统设置相关界面的方法

    跳转系统设置界面,例如提示用户打开定位.蓝牙或者WIFI,提醒用户打开推送或者位置权限等 在iOS6之后,第三方应用需要跳转系统设置界面,需要在URL type中添加一个prefs值,如下图: 跳转系 ...

  3. iOS开发 - 如何跳到系统设置里的各种设置界面

    在iOS开发中,有时会有跳转系统设置界面的需求,例如提示用户打开蓝牙或者WIFI,提醒用户打开推送或者位置权限等.在iOS6之后,第三方应用需要跳转系统设置界面,需要在URL type中添加一个pre ...

  4. iOS开发之如何跳到系统设置里的各种设置界面

    跳到更多设置界面 除了跳到WiFi设置界面,能不能跳到其他的设置界面呢?比如:定位服务.FaceTime.音乐等等.都是可以的,一起来看看如何实现的! 定位服务 定位服务有很多APP都有,如果用户关闭 ...

  5. iOS应用内跳转系统设置相关界面的方法

    在iOS开发中,有时会有跳转系统设置界面的需求,例如提示用户打开蓝牙或者WIFI,提醒用户打开推送或者位置权限等.在iOS6之后,第三方应用需要跳转系统设置界面,需要在URL type中添加一个pre ...

  6. iOS8跳到系统设置页面

    iOS5.1+之后跳转setting页面的方式都失效了,不过在iOS8苹果有提供了一个键值允许app跳转到setting页面,具体代码如下: NSURL *url = [NSURL URLWithSt ...

  7. iOS之应用内跳转系统设置相关界面

    在iOS开发中,有时会有跳转系统设置界面的需求,例如提示用户打开蓝牙或者WIFI,提醒用户打开推送或者位置权限等.在iOS6之后,第三方应用需要跳转系统设置界面,需要在URL type中添加一个pre ...

  8. OC如何跳到系统设置里的各种设置界面

    当 iOS系统版本 <= iOS7时 , 只能跳转到 系统设置页面 ,楼主试了下,非真机是没有任何效果的 当iOS系统版本 < iOS 10.0 时 NSURL *url= [NSURL ...

  9. APP跳到系统设置

    //定位服务设置界面 NSURL *url = [NSURL URLWithString:@"prefs:root=LOCATION_SERVICES"]; if ([[UIApp ...

随机推荐

  1. 1900型USB接口扫描枪设置虚拟串口模式提升扫描速度

    在使用扫描枪的过程中,发现扫描二维码速度比较慢,不到100个字符,花了大概2-3秒的时间才完成显示,这个速度不能忍受啊.通过度娘,说是可以将USB键盘模式接收字符转换成虚拟串口接收,这样可以大大提高速 ...

  2. vue-cli 部分浏览器不支持es6的语法-babel-polyfill的引用和使用

    npm install --save-dev babel-polyfill babel-polyfill用正确的姿势安装之后,引用方式有三种: 1.require("babel-polyfi ...

  3. CodeForces 516C Drazil and Park 线段树

    原文链接http://www.cnblogs.com/zhouzhendong/p/8990745.html 题目传送门 - CodeForces 516C 题意 在一个环上,有$n$棵树. 给出每一 ...

  4. POJ3321Apple Tree Dfs序 树状数组

    出自——博客园-zhouzhendong ~去博客园看该题解~ 题目 POJ3321 Apple Tree 题意概括 有一颗01树,以结点1为树根,一开始所有的结点权值都是1,有两种操作: 1.改变其 ...

  5. Hadoop |集群的搭建

    Hadoop组成 HDFS(Hadoop Distributed File System)架构概述 NameNode目录--主刀医生(nn):  DataNode(dn)数据: Secondary N ...

  6. 最短路径(给定一个包含非负整数的 m x n 网格,请找出一条从左上角到右下角的路径,使得路径上的数字总和为最小。 说明:每次只能向下或者向右移动一步。)

    给定一个包含非负整数的 m x n 网格,请找出一条从左上角到右下角的路径,使得路径上的数字总和为最小. 说明:每次只能向下或者向右移动一步. 例: 输入: [ [1,3,1], [1,5,1], [ ...

  7. CentOS7配置FTP服务器增强版~(零基础学会FTP配置)

    ps:原文不知出处,但是原文也不能正常启动,这里做了一些修改!如果能正常配置请在下方留言让更多的人看到,因为之前我本人照着网上的教程安装卸载了十多次也无法正常使用,不希望后面的兄弟继续浪费时间,如果不 ...

  8. Java版统计文件中的每个单词出现次数

    正则表达式之Pattern和Matcher,请参见转载博客    http://www.cnblogs.com/haodawang/p/5967219.html 代码实现: import java.i ...

  9. php 图形用户界面GUI 开发

    php 图形用户界面GUI 开发 一.下载指定系统扩展 1 2 http://pecl.php.net/package/ui http://pecl.php.net/package/ui/2.0.0/ ...

  10. HDU 2444 二分图判断 (BFS染色)+【匈牙利】

    <题目链接> 题目大意: 有N个人,M组互相认识关系互相认识的两人分别为a,b,将所有人划分为两组,使同一组内任何两人互不认识,之后将两个组中互相认识的人安排在一个房间,如果出现单人的情况 ...