In my android app, the user is able to turn off the GPS.
Because I need sometimes of the GPS and I want also ask the user to turn on the GPS again.
But the user is able to mark for not appears more this warning.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use LocationListener which has the method onProviderDisabled. This method gets called everytime the user turns off the GPS provided you have set the Location Provider to be GPS.