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

Unverified Commit 083b6429 authored by Oliver Scott's avatar Oliver Scott
Browse files

fixup! Screenshot: Append app name to filename

Change-Id: I5814be008e81129f189b0271af01ba8ac89eb897
parent 7e7ce05a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@ public class ImageExporterTest extends SysuiTestCase {
    @Test
    public void testMediaStoreMetadata() {
        String name = ImageExporter.createFilename(CAPTURE_TIME, CompressFormat.PNG,
                Display.DEFAULT_DISPLAY, null));
                Display.DEFAULT_DISPLAY, null);
        ContentValues values = ImageExporter.createMetadata(CAPTURE_TIME, CompressFormat.PNG, name);
        assertEquals("Pictures/Screenshots",
                values.getAsString(MediaStore.MediaColumns.RELATIVE_PATH));