How to programmatically enable GPS in Android Cupcake
Posted
by Chiwai Chan
on Stack Overflow
See other posts from Stack Overflow
or by Chiwai Chan
Published on 2009-06-26T23:01:34Z
Indexed on
2010/04/05
7:53 UTC
Read the original article
Hit count: 1094
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?
© Stack Overflow or respective owner