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

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

Merge "Add flag (set to false for now) which will enable the use of the canvas renderer"

parents 21d87217 65e974c2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -186,6 +186,9 @@ public class Flags {
    // 801 - region sampling
    public static final UnreleasedFlag REGION_SAMPLING = new UnreleasedFlag(801);

    // 802 - wallpaper rendering
    public static final UnreleasedFlag USE_CANVAS_RENDERER = new UnreleasedFlag(802);

    /***************************************/
    // 900 - media
    public static final ReleasedFlag MEDIA_TAP_TO_TRANSFER = new ReleasedFlag(900);