变更记录
序号 | 录入时间 | 录入人 | 备注 |
---|---|---|---|
1 | 2016-10-08 | Alfred Jiang | - |
方案名称
应用间通信 - URL Schemes
关键字
应用间通信 \ URL Schemes
需求场景
- 在自己的应用中打开某个第三方应用或系统应用并调用指定功能
参考链接
- 少数派 - URL Schemes 使用详解(推荐)
- Stack Overflow - iOS Launching Settings -> Restrictions URL Scheme
- MacRumors - iOS 8 Widget Customisations using Launcher
- 开发者头条 - iOS 10 URL Scheme 列表
详细内容
关于 URL Schemes 的详细介绍可以参考这里
更多资料见参考链接
iOS 10 URL Scheme 列表
电池电量 Prefs:root=BATTERY_USAGE
通用设置 Prefs:root=General
存储空间 Prefs:root=General&path=STORAGE_ICLOUD_USAGE/DEVICE_STORAGE
蜂窝数据 Prefs:root=MOBILE_DATA_SETTINGS_ID
Wi-Fi 设置 Prefs:root=WIFI
蓝牙设置 Prefs:root=Bluetooth
定位设置 Prefs:root=Privacy&path=LOCATION
辅助功能 Prefs:root=General&path=ACCESSIBILITY
关于手机 Prefs:root=General&path=About
键盘设置 Prefs:root=General&path=Keyboard
显示设置 Prefs:root=DISPLAY
声音设置 Prefs:root=Sounds
App Store 设置 Prefs:root=STORE
墙纸设置 Prefs:root=Wallpaper
打开电话 Mobilephone://
世界时钟 Clock-worldclock://
闹钟 Clock-alarm://
秒表 Clock-stopwatch://
倒计时 Clock-timer://
打开相册 Photos://
效果图
(无)
备注
(无)