Skip to content

Instantly share code, notes, and snippets.

@hwshim0810
Created June 28, 2018 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hwshim0810/43a323af4e4ef7860a99e2949ab6217d to your computer and use it in GitHub Desktop.
Save hwshim0810/43a323af4e4ef7860a99e2949ab6217d to your computer and use it in GitHub Desktop.
Get launch class name
Context context = getContext();
context.getPackageManager().getLaunchIntentForPackage(context.getPackageName()).getComponent().getClassName();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment