after I invoke getApplicationIcon() like :
context.getPackageManager().getApplicationIcon("com.cmcm.gamemaster");
it return this :
a white bar image that placed in the middle. and always happen for specific application, the others in the installed application list never return the wrong icon.
before I invoke that method, I invoke getPackageInfo() about 30 times to build an installed application list. so I commented those codes then the problem gone.
I pay attention in the framework's source(android 6.0.1) but not found any useful information.
have some guy encountered this problem before, or tell me the wrong icon's drawable file name in framework's source code so I can check what's happening.
thank in advance.
