Skip to content

Instantly share code, notes, and snippets.

@mstoic
Last active September 14, 2018 05:23
Show Gist options
  • Save mstoic/c675dd6e9eaf24e4563d9490535e1078 to your computer and use it in GitHub Desktop.
Save mstoic/c675dd6e9eaf24e4563d9490535e1078 to your computer and use it in GitHub Desktop.
// See all the settings pages
// https://developer.android.com/reference/android/provider/Settings
try {
context.startActivity(new Intent(Settings.ACTION_FINGERPRINT_ENROLL));
} catch (Exception e) {
e.printStackTrace();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment