iOS10 11跳转系统设置等的URL收集
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收集的更多相关文章
- iOS 10 跳转系统设置
苦心人天不负, 为了项目终于把 iOS 10 跳转系统设置的方法给搞定了, 很欣慰. http://www.cnblogs.com/lurenq/p/6189580.html iOS 10 跳转系统设 ...
- UI进阶 跳转系统设置相关界面的方法
跳转系统设置界面,例如提示用户打开定位.蓝牙或者WIFI,提醒用户打开推送或者位置权限等 在iOS6之后,第三方应用需要跳转系统设置界面,需要在URL type中添加一个prefs值,如下图: 跳转系 ...
- iOS开发 - 如何跳到系统设置里的各种设置界面
在iOS开发中,有时会有跳转系统设置界面的需求,例如提示用户打开蓝牙或者WIFI,提醒用户打开推送或者位置权限等.在iOS6之后,第三方应用需要跳转系统设置界面,需要在URL type中添加一个pre ...
- iOS开发之如何跳到系统设置里的各种设置界面
跳到更多设置界面 除了跳到WiFi设置界面,能不能跳到其他的设置界面呢?比如:定位服务.FaceTime.音乐等等.都是可以的,一起来看看如何实现的! 定位服务 定位服务有很多APP都有,如果用户关闭 ...
- iOS应用内跳转系统设置相关界面的方法
在iOS开发中,有时会有跳转系统设置界面的需求,例如提示用户打开蓝牙或者WIFI,提醒用户打开推送或者位置权限等.在iOS6之后,第三方应用需要跳转系统设置界面,需要在URL type中添加一个pre ...
- iOS8跳到系统设置页面
iOS5.1+之后跳转setting页面的方式都失效了,不过在iOS8苹果有提供了一个键值允许app跳转到setting页面,具体代码如下: NSURL *url = [NSURL URLWithSt ...
- iOS之应用内跳转系统设置相关界面
在iOS开发中,有时会有跳转系统设置界面的需求,例如提示用户打开蓝牙或者WIFI,提醒用户打开推送或者位置权限等.在iOS6之后,第三方应用需要跳转系统设置界面,需要在URL type中添加一个pre ...
- OC如何跳到系统设置里的各种设置界面
当 iOS系统版本 <= iOS7时 , 只能跳转到 系统设置页面 ,楼主试了下,非真机是没有任何效果的 当iOS系统版本 < iOS 10.0 时 NSURL *url= [NSURL ...
- APP跳到系统设置
//定位服务设置界面 NSURL *url = [NSURL URLWithString:@"prefs:root=LOCATION_SERVICES"]; if ([[UIApp ...
随机推荐
- MySQL 存储过程中分页
MySQL数据库中,自定义存储过程查询表中的数据,带有分页功能.具体实例如下代码: 1 DROP PROCEDURE IF EXISTS `sampledb`.`proc_GetPagedDataSe ...
- [转]android sqlite db-journal文件产生原因及说明 .
http://blog.csdn.net/kaiwii/article/details/8609093 今天在android中将sqlite的数据库文件生成在SD卡上的过程中,发现生成的.db文件的旁 ...
- Centos创建定时任务和开机启动运行脚本
aaarticlea/png;base64,iVBORw0KGgoAAAANSUhEUgAAArYAAADlCAIAAAAp5CPLAAAgAElEQVR4nNS8d3cj15nuW/wq91vc8d ...
- day6.python字典练习题
1.有如下变量(tu是个元组),请实现要求的功能 tu = (“alex”, [11, 22, {“k1”: ‘v1’, “k2”: [“age”, “name”], “k3”: (11,22,33) ...
- html5的audio实现高仿微信语音播放效果
效果图 前台大体呈现效果图如下: 点击就可以播放mp3格式的录音.点击另外一个录音,当前录音停止! 思路 关于播放动画,这个很简单,我们可以用css3的逐帧动画来实现.关于逐帧动画,我之前的文章也写过 ...
- 记Ubuntu Mongodb 和 Mysql的安装与使用
安装mongodb 参考链接 https://www.cnblogs.com/shileima/p/7823434.html https://blog.csdn.net/xlengji/article ...
- <%= %>、<% %>、<%@ %>和<%# %>的区别
轉至http://blog.csdn.net/wildfeng04/article/details/7290126 <%=%> 里面放的变量名 <% %> 中间一般放函数或者方 ...
- ECMAScript 原始类型
---恢复内容开始--- ECMAScript 有 5 种原始类型(primitive type),即 Undefined.Null.Boolean.Number 和 String. 1.typeof ...
- 最小生成树-QS Network(Prim)
题目大意: 给出的案例结果得出步骤,如下图所示,从结点1开始查找,找出的一条路径如绿色部分所标注.(关键处在于连接每条路径所需要的适配器的价格得加上去) 代码实现: #include<iostr ...
- POJ 3159 Candies 【差分约束+Dijkstra】
<题目链接> 题目大意: 给n个人派糖果,给出m组数据,每组数据包含A,B,c 三个数,意思是A的糖果数比B少的个数不多于c,即B的糖果数 - A的糖果数<= c .最后求n 比 1 ...