auto import from //branches/cupcake/...@127436

This commit is contained in:
The Android Open Source Project
2009-01-22 00:13:42 -08:00
parent 22f7dfd234
commit f1e484acb5
170 changed files with 3189 additions and 826 deletions

View File

@@ -304,11 +304,6 @@ public class BitmapFactory {
bm = nativeDecodeStream(is, tempStorage, outPadding, opts);
}
try {
is.reset();
} catch (IOException ex) {
// ignore
}
return bm;
}