Skip to content

Instantly share code, notes, and snippets.

@vitovalov
Created June 26, 2017 15:13
Show Gist options
  • Save vitovalov/8308dc1aabcc480641023eb2767c8b2c to your computer and use it in GitHub Desktop.
Save vitovalov/8308dc1aabcc480641023eb2767c8b2c to your computer and use it in GitHub Desktop.
Launch Google Location History Settings screen
Intent settings = new Intent("com.google.android.gms.location.settings.LOCATION_HISTORY");
startActivity(settings);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment