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

Commit f20539dc authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am e1da8be5: Merge change 23835 into eclair

Merge commit 'e1da8be501e953cdf50b0ba2edf8fe68af8cf2b9' into eclair-plus-aosp

* commit 'e1da8be501e953cdf50b0ba2edf8fe68af8cf2b9':
  When encountering a .nomedia file, notify the MediaScannerClient,
parents bbc68082 365928e6
Loading
Loading
Loading
Loading
+11 −10
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ public:
    virtual bool scanFile(const char* path, long long lastModified, long long fileSize) = 0;
    virtual bool handleStringTag(const char* name, const char* value) = 0;
    virtual bool setMimeType(const char* mimeType) = 0;
    virtual bool addNoMediaFolder(const char* path) = 0;

protected:
    void convertValues(uint32_t encoding);