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

Commit 0e5bf251 authored by dakinola's avatar dakinola
Browse files

Make add_type_window_control flag to fixed read only flag

Fix uiautomator crash where flag was executed before SettingsProvider was initialized.

Fix: 340946762
Flag: android.view.accessibility.add_type_window_control
Test: refactoring - other a11y tests still work
Change-Id: Ide259d712d93f42f3534c35da26608d6b0993f04
parent 09b0a7c5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -124,6 +124,7 @@ flag {
    namespace: "accessibility"
    name: "add_type_window_control"
    is_exported: true
    is_fixed_read_only: true
    description: "adds new TYPE_WINDOW_CONTROL to AccessibilityWindowInfo for detecting Window Decorations"
    bug: "320445550"
}