Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how some apps can open setting app programmatically within their app

Tags:

People also ask

How do I get to programmatically in Android settings?

To achieve this just use an Intent using the constant ACTION_SETTINGS, specifically defined to show the System Settings: startActivity(new Intent(Settings. ACTION_SETTINGS)); startActivityForResult(new Intent(Settings.


I know there are many questions: "How to open setting app programatically?" and the answer is "BIG NO". I know that Apple does not support opening Settings from any other app after iOS 5.0.

But there are some apps like MapMyFitness which can open Settings, and they are available in the App Store and have been approved by Apple. MapMyFitness opens the Bluetooth settings if Bluetooth is turned off. I have checked this in iOS 6 and iOS 5.1.

I want to know how can these apps are able to open Settings legally and bypassed Apple security because as per my information there is no legal way to do it?