I have an application package name. Is there any way to get the icon, name of this application ? package name example: com.example.name
Drawable icon =getPackageManager().getApplicationIcon("ur_package"); Strign label = context.getPackageManager().getApplicationLabel("ur_package");