Hello,
I need the location to be turned on as well as the network on the device - for my app. There is an application which is checking if the user's device has the location/network turned on - and if not - is starting the system-setting view of the device to enable it.
I would like do to the same, but i dont know how to access this feature.. i thought i could find it on
http://developer.android.com/guide/appe ... tents.html
i know that i can get the infos from here:
http://developer.android.com/reference/ ... ystem.html
but i dont know how to start the settings-intent
alex

