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

Commit 9e40d715 authored by Lucas Dupin's avatar Lucas Dupin Committed by Android (Google) Code Review
Browse files

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

Merge "Add flag (set to false for now) which will enable the use of the canvas renderer" into tm-qpr-dev
parents 7168e6c9 bd77beec
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -187,6 +187,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);