Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec220ec3 authored by Chih-Chung Chang's avatar Chih-Chung Chang Committed by Android (Google) Code Review
Browse files

Merge "Save contacts photo in the same directory as Camera."

parents c7c1905d 22faa2a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -128,8 +128,8 @@ public final class EditContactActivity extends Activity

    private static final int ICON_SIZE = 96;

    private static final File PHOTO_DIR = new File(Environment.getExternalStorageDirectory(),
            "com.android.contacts.icon");
    private static final File PHOTO_DIR = new File(
            Environment.getExternalStorageDirectory() + "/DCIM/Camera");

    private File mCurrentPhotoFile;