Android
Pages
Codes and Examples
How To Install Android
Android Interview Questions
Windows Shortcuts
Word shorcuts
Emulator Shortcuts
Showing posts with label
Go to gps settings screen
.
Show all posts
Showing posts with label
Go to gps settings screen
.
Show all posts
Saturday, January 19, 2013
Go to gps settings screen
Go to gps settings screen (to check gps availablity):
Intent in = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS);
startActivity(in);
Older Posts
Home
Subscribe to:
Posts (Atom)