PackageManager pm = this.getPackageManager(); ActivityManager am = (ActivityManager) this.getSystemService(Context.ACTIVITY_SERVICE); List
Used applicationInfo.loadLabel(packageManagerInstance) to find the Application name, but there should be a reason why applicationInfo.name didn't work.
applicationInfo.loadLabel(packageManagerInstance)
applicationInfo.name
Edit
applicationInfo.name is the name of a Application subclass if you have any.
Application