Is it possible to get a list of available settings on a device? I want to select different settings and then start the selected setting activity as in this example from the forum:
B4X:
Dim i As Intent
i.Initialize"android.settings.SECURITY_SETTINGS", "")
StartActivity(i)