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

Commit b7d980b2 authored by Massimo Carli's avatar Massimo Carli
Browse files

[1/n] Create Flag for Compat UI Framework

Creates the flag for the compat ui framework implementation.

Flag: com.android.window.flags.app_compat_ui_framework
Fix: 304234563
Bug: 270361630
Test: m

Change-Id: If2d951557b5ebe03f251887a1252a37c162a40a3
parent 944433b0
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -114,3 +114,11 @@ flag {
    description: "Enables sysui animation for user aspect ratio button"
    bug: "300357441"
}

flag {
  name: "app_compat_ui_framework"
  namespace: "large_screen_experiences_app_compat"
  description: "Whether the declarative compat UI framework is enabled"
  bug: "270361630"
  is_fixed_read_only: true
}
 No newline at end of file