Skip to content

Instantly share code, notes, and snippets.

@kevalpatel2106
Created October 18, 2016 09:31
Show Gist options
  • Save kevalpatel2106/99819a7d9cbe4e8fa425b82c8322b1e9 to your computer and use it in GitHub Desktop.
Save kevalpatel2106/99819a7d9cbe4e8fa425b82c8322b1e9 to your computer and use it in GitHub Desktop.
@Override
protected void onResume() {
super.onResume();
//start finger print authentication
mFingerPrintAuthHelper.startAuth();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment