So I want to write a simple Delphi application with a button. When you click on this button then it should open the Settings App on Android. It should not open anything within the settings, but just the Settings app itself.
I want to do this programmatically. What's the code for this? How does one do this in Delphi?