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

Commit fbe6d82f authored by Beth Thibodeau's avatar Beth Thibodeau
Browse files

Disable media actions override flag

Fixes: 227767144
Test: build
Change-Id: If65ccd2e3a337ce55d955e98bb9ba1efb1b598e5
parent 253e417e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ public class Flags {
    /***************************************/
    // 900 - media
    public static final BooleanFlag MEDIA_TAP_TO_TRANSFER = new BooleanFlag(900, true);
    public static final BooleanFlag MEDIA_SESSION_ACTIONS = new BooleanFlag(901, true);
    public static final BooleanFlag MEDIA_SESSION_ACTIONS = new BooleanFlag(901, false);
    public static final BooleanFlag MEDIA_NEARBY_DEVICES = new BooleanFlag(903, true);
    public static final BooleanFlag MEDIA_MUTE_AWAIT = new BooleanFlag(904, true);