• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Directly Enable GPS

mist3r0

Newbie
Hello guys,

Exist a method to directly enable gps, without run this intent:

Code:
intentet in = new Intent(android.provider.Settings.ACTION_LOCATION_SOURCE_SETTINGS);
startActivity(in);

that bring me in a setting menu? :confused::confused::confused:

...in the same modality of android power control widget.

thanks
 
Back
Top Bottom