0

Possible Duplicate:
Opening the Settings app from another app

Can i open the iPhone's Default Settings App from my Application?

Community
  • 1
  • 1
Arsalan Haider
  • 621
  • 1
  • 6
  • 7

1 Answers1

1

You can use this on iOS 5.0 and later:

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs://"]];
davidcann
  • 1,360
  • 1
  • 15
  • 17