Last active
September 14, 2018 05:23
-
-
Save mstoic/c675dd6e9eaf24e4563d9490535e1078 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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