I'm currently writing an app in Android that works with the GPS, at the moment I'm able to work out whether the GPS is enabled, my problem is that I want to enable the GPS on app startup if it is disabled, how can I do this programmaticaly?
feedback
|
|
You can't, starting with Android 1.5. The most you can do is pop open the activity to allow the user to toggle it on/off. Use the action held in | |||||||||||
feedback
|
| |||||
feedback
|
|
This method code can be help for you
| ||||
|
feedback
|
|
You might use the following:
but it will only work if you have system signature protection level. So you need to cook your own Image to actually use it :/ | |||
|
feedback
|
|
if your question is at the user level of android these properties are located in: But at the developer can use the class | ||||
|
feedback
|