gps - Auto turn on Location Setting on Android Programming -


i developed apps android language , have problem enabled location setting automatically when it's disabled. knows how enabled location service automatically code in programming ?

android guidelines have changed above version 4.0. cannot change gps off on programmatically versions above 4.0.

you can see link exploits security flaw , doesnt work on new versions of android.

use this tutorials shows proper way of turning on/ off gps asking user manually.


Comments