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 ...
随机推荐
- 一起学Hive——详解四种导入数据的方式
在使用Hive的过程中,导入数据是必不可少的步骤,不同的数据导入方式效率也不一样,本文总结Hive四种不同的数据导入方式: 从本地文件系统导入数据 从HDFS中导入数据 从其他的Hive表中导入数据 ...
- angularjs 中通过 $location 进行路由跳转传参
$location.path('/page1').search({id: $scope.id,name:$scope.name}); 带参数跳转页面,在新的页面通过$routeParams接收参数 $ ...
- Nginx编译安装:
第三方模块 在nginx.org -------- wiki 找 --add-module= 添加 Nginx编译安装: 安装开发环境 ]# yum groupinstall " ...
- Docker数据卷和Docker系统管理(一)
一. 创建和挂载数据卷 1. 创建数据卷 (1)执行下列命令,创建一个名为my-data的数据卷 [root@c720120 ~]# docker volume create my-data my-d ...
- vue-cli 部分浏览器不支持es6的语法-babel-polyfill的引用和使用
npm install --save-dev babel-polyfill babel-polyfill用正确的姿势安装之后,引用方式有三种: 1.require("babel-polyfi ...
- Python3 序列解包
转载自:https://blog.csdn.net/yilovexing/article/details/80576788 序列解包是 Python 3.0 之后才有的语法 什么是序列解包呢?先看一个 ...
- Get与Post方法的区别
Http协议定义了很多与服务器交互的方法,最基本的有4种,分别是GET,POST,PUT,DELETE. 一个URL地址用于描述一个网络上的资源,而HTTP中的GET, POST, PUT, DELE ...
- [译]the cost of javascript in 2018(1)
前言 为了构建交互性网站,我们需要发送js给我们的用户,但很多情况下,我们使用了太多js. 在移动端,经常看到只加载了个点击链接或者滚动不了的情况. 实话说,js仍然是移动端最昂贵的资源,因为其在很大 ...
- Is there a TRY CATCH command in Bash
Is there a TRY CATCH command in Bash? No. Bash doesn't have as many luxuries as one can find in many ...
- Alpha(5/10)
鐵鍋燉腯鱻 项目:小鱼记账 团队成员 项目燃尽图 冲刺情况描述 站立式会议照片 各成员情况 团队成员 学号 姓名 git地址 博客地址 031602240 许郁杨 (组长) https://githu ...