Created
September 15, 2014 22:04
-
-
Save akexorcist/59c51d8a99368d77c5de to your computer and use it in GitHub Desktop.
ค้นหา App Name จาก Package Name
This file contains 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
PackageManager pm = getPackageManager(); | |
String app_name = (String)pm.getApplicationLabel(pm.getApplicationInfo(package_name, PackageManager.GET_META_DATA)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment