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

Commit d48576f9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix media_profiles.xml fallback path."

parents 205b4017 0f44db01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ std::array<char const*, 5> const& getXmlPaths() {
                     searchDirs[1] + fileName,
                     searchDirs[2] + fileName,
                     searchDirs[3] + fileName,
                     "system/etc/media_profiles_V1_0.xml" // System fallback
                     "system/etc/media_profiles.xml" // System fallback
                   };
        }();
    static std::array<char const*, 5> const cPaths = {