// 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(); }