I am developing an application which will run in kiosk mode. In an Android application it is possible to programmatically open a settings page, but how can I do so while preventing the user from further navigating into other settings via the button in the top left corner? Ideally I would like clicking the button in the top left of the opened settings page to return to my application which opened it instead of going to the main Android settings page where the user can change things that I don't want them to have access to from my kiosk mode application.
EDIT
Specifically, I am trying to open the Language Settings to change the language and culture on the device so that I can detect and change the language and culture in my application.