從App中跳轉到手機設置中此App內的設置授權界面:
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//