Merge "Add a feature flag for screen contents translation" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
eef91700ec
@@ -187,6 +187,9 @@ public class Flags {
|
||||
// 802 - wallpaper rendering
|
||||
public static final UnreleasedFlag USE_CANVAS_RENDERER = new UnreleasedFlag(802);
|
||||
|
||||
// 803 - screen contents translation
|
||||
public static final UnreleasedFlag SCREEN_CONTENTS_TRANSLATION = new UnreleasedFlag(803);
|
||||
|
||||
/***************************************/
|
||||
// 900 - media
|
||||
public static final ReleasedFlag MEDIA_TAP_TO_TRANSFER = new ReleasedFlag(900);
|
||||
|
||||
Reference in New Issue
Block a user