I want to get the exact file name of a program if I already know the package name of the target apk. For instance, if I know the package name of my apk, which is com.package
PackageManager.getPackageInfo() returns information about the package, and PackageInfo.applicationInfo field has required information about the application.