I want to get ApplicationInfo of an app by app uid. Specially I want to get label name of application (the name under application icon).
I know I can list all of installed application and compare this uid with their uid and find label name of application with this uid. But is there a better solution?