Open the Settings app? [duplicate]

2019-02-21 01:51发布

问题:

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://"]];