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

Commit 7633c50c authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "Remove unused variable from screencap." am: 376234fc am: 32bdb1e9 am: 0fcb7719

am: 2aea4cae

Change-Id: I2eb8b57458721a1b78766552cb5a12c284b291e7
parents 3526e5c4 2aea4cae
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -101,9 +101,6 @@ static uint32_t dataSpaceToInt(android_dataspace d)

static status_t notifyMediaScanner(const char* fileName) {
    String8 cmd("am broadcast -a android.intent.action.MEDIA_SCANNER_SCAN_FILE -d file://");
    String8 fileUrl("\"");
    fileUrl.append(fileName);
    fileUrl.append("\"");
    cmd.append(fileName);
    cmd.append(" > /dev/null");
    int result = system(cmd.string());