Programmatically open a specific Android settings page without allowing the user to further navigate away from the application -


i developing application run in kiosk mode. in android application possible programmatically open settings page, how can while preventing user further navigating other settings via button in top left corner? ideally clicking button in top left of opened settings page return application opened instead of going main android settings page user can change things don't want them have access kiosk mode application.

edit

specifically, trying open language settings change language , culture on device can detect , change language , culture in application.

the intent mechanism not totally fine-grained. can see question linked, can open settings application easily. exception of location settings page, android settings application not designed provide fine grained control cannot step main settings screen.

i have taken @ source code, can find actions related each settings page. in general, not possible isolate user on specific screen. example, tablets show entire settings navigation bar on left.

maybe tell settings page want, , settings may want edit. might think using android apis programmatically change some settings application, according permissions.


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -