Created
July 25, 2016 05:26
-
-
Save cinohub/a3e99ecd877e43ac84bee50e67c1b710 to your computer and use it in GitHub Desktop.
sort a-z
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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