博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
iOS 从app跳到设置界面
阅读量:6833 次
发布时间:2019-06-26

本文共 1726 字,大约阅读时间需要 5 分钟。

  hot3.png

NSURL *url = [NSURL URLWithString:UIApplicationOpenSettingsURLString]; if ([[UIApplication sharedApplication] canOpenURL:url]) {     [[UIApplication sharedApplication] openURL:url]; }


在iOS应用程序中打开设备设置界面及其中某指定的选项界面 [[UIApplicationsharedApplication] openURL:[NSURL URLWithString:@"prefs:root=General"]]; [[UIApplicationsharedApplication] openURL:[NSURL URLWithString:@"prefs:root=General&path=Restrictions"]];一些其他可用的参数: 太懒了,不想翻译,自己看吧,有时间了再处理。List of currently known URLs in the Settings app:prefs:root=General&path=About  //关于prefs:root=General&path=ACCESSIBILITY//重力感应 prefs:root=AIRPLANE_MODE//飞行模式prefs:root=General&path=AUTOLOCK//自动锁定prefs:root=General&path=USAGE/CELLULAR_USAGE//用量prefs:root=Brightness//亮度调节prefs:root=General&path=Bluetooth//蓝牙prefs:root=General&path=DATE_AND_TIME//时间和日期prefs:root=FACETIME//prefs:root=General//通用prefs:root=General&path=Keyboard//键盘prefs:root=CASTLE//prefs:root=CASTLE&path=STORAGE_AND_BACKUP//prefs:root=General&path=INTERNATIONAL//prefs:root=LOCATION_SERVICES//prefs:root=ACCOUNT_SETTINGS//prefs:root=MUSIC//prefs:root=MUSIC&path=EQ//prefs:root=MUSIC&path=VolumeLimit//prefs:root=General&path=Network//prefs:root=NIKE_PLUS_IPOD//prefs:root=NOTES//prefs:root=NOTIFICATIONS_ID//prefs:root=Phone//prefs:root=Photos//prefs:root=General&path=ManagedConfigurationList//prefs:root=General&path=Reset//prefs:root=Sounds&path=Ringtone//prefs:root=Safari//prefs:root=General&path=Assistant//prefs:root=Sounds//prefs:root=General&path=SOFTWARE_UPDATE_LINK//prefs:root=STORE//prefs:root=TWITTER//prefs:root=General&path=USAGE//prefs:root=VIDEO//prefs:root=General&path=Network/VPN//prefs:root=Wallpaper//prefs:root=WIFI//prefs:root=INTERNET_TETHERING//

转载于:https://my.oschina.net/SoulJa/blog/505979

你可能感兴趣的文章
double强制类型转换为int的实现过程
查看>>
php开发事半功倍的几个技巧
查看>>
SQLite学习手册(目录)
查看>>
9月国内服务器品牌关注度:超云新进榜 苹果降至第9
查看>>
6月第4周中国.ORG域名总量仅净增47个 环比缩小
查看>>
2015十佳IDC评选火热:万网西数得票数超千票
查看>>
中国域名商解析量24强:排名不变 阿里云蝉联第一
查看>>
Java报表工具技巧--如何加粗Style Report 报表工具中的折线图
查看>>
MyBatis JdbcType 与Oracle、MySql数据类型对照表
查看>>
我的友情链接
查看>>
GNU make手册学习(一)
查看>>
java环境变量,做个笔记
查看>>
nginx第一章--执行main函数前的描述
查看>>
Java static 的使用
查看>>
云计算与openstack学习(三)
查看>>
EF 调用存储过程、返回多结果集和OUTPUT参数 等问题
查看>>
关于.net计时器自动停止的问题
查看>>
hdu1568
查看>>
vim编辑器的使用
查看>>
Mcafee EPO 使用公网地址
查看>>