i want to open inbuilt Setting Application in my Application .. i want some idea to perform it.. how could i make it??
with some code..should be more effecient. Thanks. Keyur Prajapati
From the Home screen, tap the Menu Key > System settings.
Open your phone's Settings app. Default apps. Tap the default that you want to change. Tap the app that you want to use by default.
As with many things Android-related, the Settings menu looks different depending on your phone or tablet's manufacturer. But first, we need to open the Settings. Swipe down from the top of the screen (once or twice, depending on your device's manufacturer) and tap the gear icon to open the Settings menu.
You can use this in iOS 8:
if (&UIApplicationOpenSettingsURLString != NULL) {
NSURL *settings = [NSURL URLWithString:UIApplicationOpenSettingsURLString];
[[UIApplication sharedApplication] openURL:settings];
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With