How can I check for GPS support in-App to add a feature for those with Location services enabled?
Posted
by Brian Lacy
on Stack Overflow
See other posts from Stack Overflow
or by Brian Lacy
Published on 2010-05-24T19:21:48Z
Indexed on
2010/05/24
19:31 UTC
Read the original article
Hit count: 235
How can I check for GPS support in-App to add a feature for those with Location services enabled?
My concern is, I know I'd have to specify the tag in the manifest to declare that the app uses location services, but I still want the app to function for those without. I just want to check and, if the service is available, use it; otherwise just ignore that one feature.
Thanks.
© Stack Overflow or respective owner