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

Commit 06f9a781 authored by Eghosa Ewansiha-Vlachavas's avatar Eghosa Ewansiha-Vlachavas Committed by Android (Google) Code Review
Browse files

Merge "Create flag for public app compat properties" into main

parents 3fe5798c 285df3ab
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -23,3 +23,16 @@ flag {
  bug: "297550533"
  is_fixed_read_only: true
}

flag {
  name: "app_compat_properties_api"
  namespace: "large_screen_experiences_app_compat"
  description: "Whether app compat property APIs are public. Which includes: /n"
                 "WindowManager.PROPERTY_COMPAT_ALLOW_MIN_ASPECT_RATIO_OVERRIDE,/n"
                 "WindowManager.PROPERTY_COMPAT_ALLOW_IGNORING_ORIENTATION_REQUEST_WHEN_LOOP_DETECTED,/n"
                 "WindowManager.PROPERTY_COMPAT_ALLOW_RESIZEABLE_ACTIVITY_OVERRIDES,/n"
                 "WindowManager.PROPERTY_COMPAT_ALLOW_USER_ASPECT_RATIO_OVERRIDE,/n"
                 "WindowManager.PROPERTY_COMPAT_ALLOW_USER_ASPECT_RATIO_FULLSCREEN_OVERRIDE"
  bug: "316139088"
  is_fixed_read_only: true
}