
The App(Context context, PackageManager pm, String packageName) constructor was not setting App.icon, which is required for lots of things. This makes it always get set, since its just a standard file name, and it does not have to even exist yet.
The App(Context context, PackageManager pm, String packageName) constructor was not setting App.icon, which is required for lots of things. This makes it always get set, since its just a standard file name, and it does not have to even exist yet.