Android
Programming and Technical
Programming
Technical
How to find whether GPS is disabled in the phone
Options
1) If it is disabled onStatusChanged() will be called with provider name.
2) if it is disabled onProviderDisabled() will be called with provider name.
3)either one of the option 1 or 2 will happen
4) There is no way to find it out.
Read Solution (Total 1)
-
- 2) if it is disabled onProviderDisabled() will be called with provider name.
- 7 years agoHelpfull: Yes(1) No(0)
Android Other Question