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.