Loading src/com/android/gallery3d/filtershow/crop/CropActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -546,7 +546,7 @@ public class CropActivity extends Activity { Utils.closeSilently(mInStream); if (mOutUri != null) { try { mOutStream = getContentResolver().openOutputStream(mOutUri); mOutStream = getContentResolver().openOutputStream(mOutUri, "wt"); } catch (FileNotFoundException e) { Log.w(LOGTAG, "cannot write file: " + mOutUri.toString(), e); } Loading Loading
src/com/android/gallery3d/filtershow/crop/CropActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -546,7 +546,7 @@ public class CropActivity extends Activity { Utils.closeSilently(mInStream); if (mOutUri != null) { try { mOutStream = getContentResolver().openOutputStream(mOutUri); mOutStream = getContentResolver().openOutputStream(mOutUri, "wt"); } catch (FileNotFoundException e) { Log.w(LOGTAG, "cannot write file: " + mOutUri.toString(), e); } Loading