Skip to content

Instantly share code, notes, and snippets.

@charroch
Created April 28, 2013 15:29
Show Gist options
  • Save charroch/5477219 to your computer and use it in GitHub Desktop.
Save charroch/5477219 to your computer and use it in GitHub Desktop.
AuthenticatorDescription[] types = manager.getAuthenticatorTypes();
for (AuthenticatorDescription descriptor : types) {
if ("<package>".equals(descriptor.type)) {
return "<package>.authenticator".equals(descriptor.packageName);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment