SyntaxFix
Write A Post
Hire A Developer
Questions
This did it for me
Intent callGPSSettingIntent = new Intent(android.provider.Settings.ACTION_LOCATION_SOURCE_SETTINGS); startActivityForResult(callGPSSettingIntent);
When they press back it goes back to my app.