* commit 'bb10467863ff531c5cbee8ffd72845a91e487e72': Fix a possible NPE.
This commit is contained in:
commit
b012f45242
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ public class TargetApplicationGetter extends AsyncTask<String, Void, Application
|
|||
new LruCache<String, ApplicationInfo>(MAX_CACHE_ENTRIES);
|
||||
|
||||
public static ApplicationInfo getCachedApplicationInfo(final String packageName) {
|
||||
if (null == packageName) return null;
|
||||
return sCache.get(packageName);
|
||||
}
|
||||
public static void removeApplicationInfoCache(final String packageName) {
|
||||
|
|
Loading…
Reference in a new issue