Using ApplicationInfo
i'm already tried and it works well but it is shows only installed app's appicon. but i want to get appicon from file path(.apk file) programmatically.
Drawable icon=applicationInfo.loadIcon(getPackageManager());
I want to get appicon from apk file. this file is already stored in storage.
so is there a way to get icon/thumb from .apk file for showing appicon programmatically ?