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

Commit d9aaa5ba authored by Dichen Zhang's avatar Dichen Zhang
Browse files

Fixed a typo

"am broadcast -a" rather than "am broadcast am"
Bug: 123230379
Test: commands #4 and #5 in bug report

Change-Id: I5c23cd86b4da1e03b65c9a68a3a9044466012e89
parent e5eb16d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ static status_t notifyMediaScanner(const char* fileName) {
    char *cmd[] = {
        (char*) "am",
        (char*) "broadcast",
        (char*) "am",
        (char*) "-a",
        (char*) "android.intent.action.MEDIA_SCANNER_SCAN_FILE",
        (char*) "-d",
        &filePath[0],