问题
Possible Duplicate:
Opening the Settings app from another app
Can i open the iPhone's Default Settings App from my Application?
回答1:
You can use this on iOS 5.0 and later:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs://"]];
来源:https://stackoverflow.com/questions/4942974/open-the-settings-app