-2

Can anyone tell me how to switch on GPS without asking any pop up dialog's or alerts. Is there a way to do so in android studio.

2 Answers2

2

Can anyone tell me how to switch on GPS without asking any pop up dialog's or alerts

AFAIK this is not Possible due to security reason

Is there a way to do so in android studio.

Not Possible

AskNilesh
  • 67,701
  • 16
  • 123
  • 163
0

It is not possible. There is no way to enable the GPS programmatically. You have to show the permission dialog to the user. It depends on user whether they want to enable GPS or not.

Sabyasachi
  • 3,499
  • 2
  • 14
  • 21