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

Commit 701d342f authored by Lajos Molnar's avatar Lajos Molnar
Browse files

mediaplayer: remove use-awesomeplayer developer option

Bug: 17108024
Change-Id: Id6429eb58226fe955f091f661fcb2f21a5f6ce5e
parent 4599da7f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -70,12 +70,6 @@ static player_type getDefaultPlayerType() {
        return STAGEFRIGHT_PLAYER;
    }

    // TODO: remove this EXPERIMENTAL developer settings property
    if (property_get("persist.sys.media.use-awesome", value, NULL)
            && !strcasecmp("true", value)) {
        return STAGEFRIGHT_PLAYER;
    }

    return NU_PLAYER;
}