Skip to content

Instantly share code, notes, and snippets.

@akexorcist
Created September 15, 2014 22:04
Show Gist options
  • Save akexorcist/59c51d8a99368d77c5de to your computer and use it in GitHub Desktop.
Save akexorcist/59c51d8a99368d77c5de to your computer and use it in GitHub Desktop.
ค้นหา App Name จาก Package Name
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