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 ...
随机推荐
- 【AtCoder】ARC075
ARC075 在省选前一天听说正式选手线画到省二,有了别的女选手,慌的一批,然后刷了一个ARC来稍微找回一点代码感觉 最后还是挂分了,不开心 果然水平退化老年加重啊 原题链接 C - Bugged 直 ...
- redis监控脚本
while [ 1 == 1 ] ; do now=$(date "+%Y-%m-%d_%H:%M:%S") ; echo "================== ...
- ansible 自动化管理
1 什么样的情形需要批量部署 1.操作系统的安装 常见的有collber,red hat satelite(redhat)系统专用. 2.操作系统的配置 常见的有cfengine,puppet,che ...
- Python学习(四) —— 编码
一.枚举 enumerate,for i in enumerate(可迭代对象),返回元组,内容是(序列号,可迭代的每一个元素) for i,j in enumerate(可迭代对象,开 ...
- 001_JavaScript学习
1,面向对象,事件驱动 2,动态,交互性 3,解释性语言,非强(弱)类型变量:不用声明,解释时检查类型 4,区分大小写,嵌入html,句尾加分号,可以独立保存为一个外部文件,但其中不能包含<sc ...
- Practice| 流程控制
若整数a除以非零整数b,商为整数,且余数为零, 我们就说a能被b整除(或说b能整除a),a为被除数,b为除数,即b|a("|"是整除符号),读作"b整除a"或& ...
- 第四周java学习笔记
1.封装 封装可以理解为把方法封在类中,用打时候可以直接拿,就好比你要上学,类就是书包而方法就是书,要用方法打时候直接从书包中拿书就行. 2.类语法细节 public权限修饰 public是个公开类, ...
- 20165235实验四 Android程序设计
20165235实验四 Android程序设计 实验课程:JAVA编程设计 实验名称:Android开发 姓名:祁瑛 学号:20165235 实验时间:2018.05.16 指导老师:娄家鹏 Andr ...
- webpack的build的时候时间长处理方案
观察第一次build的时间比较长,之后的编译时间较短,可以通过webpack -watch 监测性能 1, 将webpack升级到4.0,build 的速度提升很多 2,用webpack -watch ...
- Django之ORM操作总结
Django之ORM总结 表结构 from django.db import models # 一对多:班级与学生 # 多对多:班级与老师 # Create your models here. #创建 ...