Close InputStreams when loading icons.
BitmapFactory.decodeStream does not claim to close the provided input stream. It's currently leaking and triggering a CloseGuard exception. Bug: 347694023 Test: flashed and "adb logcat *:S StrictMode" Flag: EXEMPT bugfix Change-Id: I377f288e678cc0afbf1735371d995ce38c7d910b
Loading
Please register or sign in to comment