Merge "Don't try to get entries for uninstalled apps." into mnc-dev
This commit is contained in:
@@ -281,7 +281,9 @@ public class ApplicationsState {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
entry = getEntryLocked(info);
|
||||
if (info != null) {
|
||||
entry = getEntryLocked(info);
|
||||
}
|
||||
}
|
||||
if (DEBUG_LOCKING) Log.v(TAG, "...getEntry releasing lock");
|
||||
return entry;
|
||||
|
||||
Reference in New Issue
Block a user