Skip to content

Instantly share code, notes, and snippets.

@duongnv1996
Created July 25, 2016 05:26
Show Gist options
  • Save duongnv1996/a3e99ecd877e43ac84bee50e67c1b710 to your computer and use it in GitHub Desktop.
Save duongnv1996/a3e99ecd877e43ac84bee50e67c1b710 to your computer and use it in GitHub Desktop.
sort a-z
// Sắp xếp theo thứ tự alphabet
ResolveInfoComparator resolveInfoComparator = new ResolveInfoComparator(getPackageManager());
Collections.sort(pkgAppsList, resolveInfoComparator);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment