1. 程式人生 > >iOS App 內部跳轉(設定、Wifi、藍芽...)關鍵詞

iOS App 內部跳轉(設定、Wifi、藍芽...)關鍵詞

1、iOS 10 以前:

蜂窩網路:prefs:root=MOBILE_DATA_SETTINGS_ID
Wi-Fi:prefs:root=WIFI
定位服務:prefs:root=LOCATION_SERVICES
個人熱點:prefs:root=INTERNET_TETHERING
關於本機:prefs:root=General&path=About
輔助功能:prefs:root=General&path=ACCESSIBILITY
飛航模式:prefs:root=AIRPLANE_MODE
鎖定:prefs:root=General&path=AUTOLOCK
亮度:prefs:root=Brightness
藍芽:prefs:root=Bluetooth
時間設定:prefs:root=General&path=DATE_AND_TIME
FaceTime:prefs:root=FACETIME
設定:prefs:root=General
設定 prefs:root=SETTING
定位服務 prefs:root=LOCATION_SERVICES
鍵盤設定:prefs:root=General&path=Keyboard
iCloud:prefs:root=CASTLE
iCloud備份:prefs:root=CASTLE&path=STORAGE_AND_BACKUP
語言:prefs:root=General&path=INTERNATIONAL
定位:prefs:root=LOCATION_SERVICES
音樂:prefs:root=MUSIC

2、iOS 10 開始

Wi-Fi: App-Prefs:root=WIFI
藍芽: App-Prefs:root=Bluetooth
蜂窩行動網路: App-Prefs:root=MOBILE_DATA_SETTINGS_ID
個人熱點: App-Prefs:root=INTERNET_TETHERING
運營商: App-Prefs:root=Carrier
通知: App-Prefs:root=NOTIFICATIONS_ID
通用: App-Prefs:root=General
通用-關於本機: App-Prefs:root=General&path=About
通用-鍵盤: App-Prefs:root=General&path=Keyboard
通用-輔助功能: App-Prefs:root=General&path=ACCESSIBILITY
通用-語言與地區: App-Prefs:root=General&path=INTERNATIONAL
通用-還原: App-Prefs:root=Reset
牆紙: App-Prefs:root=Wallpaper
Siri: App-Prefs:root=SIRI
隱私: App-Prefs:root=Privacy
定位: App-Prefs:root=LOCATION_SERVICES
Safari: App-Prefs:root=SAFARI
音樂: App-Prefs:root=MUSIC
音樂-均衡器: App-Prefs:root=MUSIC&path=com.apple.Music:EQ
照片與相機: App-Prefs:root=Photos
FaceTime: App-Prefs:root=FACETIME