Open phone settings page

Hi,

Ive searched the forum and can't find any mention. Is it possible to click a button and go to the phones Settings page - (interactive control) rather then have the user navigate through the settings to the desired location?
Cheers

Use the activityStarter - you will need to find the correct activity - search the forum I believe it is on here somewhere....

https://developer.android.com/reference/android/provider/Settings#ACTION_SETTINGS

@TIMAI2 thank you. Its pointed me in the right direction. So far only been abke to get to the accessibility tab on the button, cant see to work out how to navigate directly to the interactive control page yet. But I'll keep trying.

hello i add a finger print sensor to my app and i want to if the user not enrolled the finger then go to settings and add a finger print

This might help:

https://developer.android.com/reference/android/provider/Settings#ACTION_BIOMETRIC_ENROLL

and

thanks but there is no extension? how can i put it in my app?

Use the activityStarter

how?
can you say example?

like that?

It may not work, being too far "inside" the phone settings. You may have to approach from phone settings.

Try it and let us know if it works
If not, try

android.settings.SECURITY_SETTINGS

Taifun