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

Commit cd7c444b authored by Daniel Norman's avatar Daniel Norman
Browse files

cleanup: Remove rolled out flags from aconfig.

Bug: N/A
Test: presubmit
Flag: EXEMPT meta cleanup
Change-Id: I7abcc5b41b6b3cc143efa1467e7f8076a5c10a7b
parent 8a414be0
Loading
Loading
Loading
Loading
+0 −39
Original line number Diff line number Diff line
@@ -64,13 +64,6 @@ flag {
    bug: "411187064"
}

flag {
    name: "allow_shortcut_chooser_on_lockscreen"
    namespace: "accessibility"
    description: "Allows the a11y shortcut disambig dialog to appear on the lockscreen"
    bug: "303871725"
}

flag {
    name: "braille_display_hid"
    namespace: "accessibility"
@@ -86,13 +79,6 @@ flag {
    bug: "433572832"
}

flag {
    name: "cleanup_accessibility_warning_dialog"
    namespace: "accessibility"
    description: "Cleans up duplicated or broken logic surrounding the accessibility warning dialog."
    bug: "303511250"
}

flag {
    name: "collection_info_item_counts"
    namespace: "accessibility"
@@ -101,13 +87,6 @@ flag {
    bug: "302376158"
}

flag {
    name: "copy_events_for_gesture_detection"
    namespace: "accessibility"
    description: "Creates copies of MotionEvents and GestureEvents in GestureMatcher"
    bug: "280130713"
}

flag {
    name: "copy_surface_control_for_window_screenshots"
    namespace: "accessibility"
@@ -118,7 +97,6 @@ flag {
    }
}


flag {
    name: "deprecate_accessibility_announcement_apis"
    namespace: "accessibility"
@@ -270,16 +248,6 @@ flag {
    is_exported: true
}

flag {
    name: "restore_a11y_shortcut_target_service"
    namespace: "accessibility"
    description: "Perform merging and other bug fixes for SettingsProvider restore of ACCESSIBILITY_SHORTCUT_TARGET_SERVICES secure setting"
    bug: "341374402"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "skip_accessibility_warning_dialog_for_trusted_services"
    namespace: "accessibility"
@@ -324,10 +292,3 @@ flag {
    bug: "333784774"
    is_exported: true
}

flag {
    namespace: "accessibility"
    name: "update_always_on_a11y_service"
    description: "Updates the Always-On A11yService state when the user changes the enablement of the shortcut."
    bug: "298869916"
}
+0 −31
Original line number Diff line number Diff line
@@ -3,13 +3,6 @@ container: "system"

# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.

flag {
    name: "floating_menu_animated_tuck"
    namespace: "accessibility"
    description: "Sets up animations for tucking/untucking and adjusts clipbounds."
    bug: "297556899"
}

flag {
    name: "floating_menu_drag_to_hide"
    namespace: "accessibility"
@@ -17,20 +10,6 @@ flag {
    bug: "298718415"
}

flag {
    name: "floating_menu_ime_displacement_animation"
    namespace: "accessibility"
    description: "Adds an animation for when the FAB is displaced by an IME becoming visible."
    bug: "281150010"
}

flag {
    name: "floating_menu_overlaps_nav_bars_flag"
    namespace: "accessibility"
    description: "Adjusts bounds to allow the floating menu to render on top of navigation bars."
    bug: "283768342"
}

flag {
    name: "floating_menu_radii_animation"
    namespace: "accessibility"
@@ -55,16 +34,6 @@ flag {
    bug: "288056772"
}

flag {
    name: "save_and_restore_magnification_settings_buttons"
    namespace: "accessibility"
    description: "Saves the selected button status in magnification settings and restore the status when revisiting the same smallest screen DP."
    bug: "325567876"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "status_bar_region_sampling"
    namespace: "accessibility"
+0 −126
Original line number Diff line number Diff line
@@ -3,30 +3,6 @@ container: "system"

# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.

flag {
    name: "add_window_token_without_lock"
    namespace: "accessibility"
    description: "Calls WMS.addWindowToken without holding A11yManagerService#mLock"
    bug: "297972548"
}

flag {
    name: "always_allow_observing_touch_events"
    namespace: "accessibility"
    description: "Always allows InputFilter observing SOURCE_TOUCHSCREEN events, even if touch exploration is enabled."
    bug: "344604959"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "resettable_dynamic_properties"
    namespace: "accessibility"
    description: "Maintains initial copies of a11yServiceInfo dynamic properties so they can reset on disconnect."
    bug: "312386990"
}

flag {
    name: "cleanup_a11y_overlays"
    namespace: "accessibility"
@@ -34,40 +10,6 @@ flag {
    bug: "271490102"
}

flag {
    name: "clear_default_from_a11y_shortcut_target_service_restore"
    namespace: "accessibility"
    description: "Clears the config_defaultAccessibilityService from B&R for ACCESSIBILITY_SHORTCUT_TARGET_SERVICE."
    bug: "341374402"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "deprecate_package_list_observer"
    namespace: "accessibility"
    description: "Stops using the deprecated PackageListObserver."
    bug: "304561459"
}

flag {
    name: "disable_continuous_shortcut_on_force_stop"
    namespace: "accessibility"
    description: "When a package is force stopped, remove the button shortcuts of any continuously-running shortcuts."
    bug: "198018180"
}

flag {
    name: "do_not_reset_key_event_state"
    namespace: "accessibility"
    description: "Don't reset the event stream state when receiving an event without policy flag FLAG_PASS_TO_USER. Just pass it through the pipeline."
    bug: "331900630"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_autoclick_indicator"
    namespace: "accessibility"
@@ -89,13 +31,6 @@ flag {
    bug: "400776305"
}

flag {
    name: "enable_hardware_shortcut_disables_warning"
    namespace: "accessibility"
    description: "When the user purposely enables the hardware shortcut, preemptively disables the first-time warning message."
    bug: "287065325"
}

flag {
    name: "enable_low_vision_generic_feedback"
    namespace: "accessibility"
@@ -152,23 +87,6 @@ flag {
    bug: "409330539"
}

flag {
    name: "fix_drag_pointer_when_ending_drag"
    namespace: "accessibility"
    description: "Send the correct pointer id when transitioning from dragging to delegating states."
    bug: "300002193"
}

flag {
    name: "focus_click_point_window_bounds_from_a11y_window_info"
    namespace: "accessibility"
    description: "Uses A11yWindowInfo bounds for focus click point bounds checking"
    bug: "317166487"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "fullscreen_fling_gesture"
    namespace: "accessibility"
@@ -216,40 +134,6 @@ flag {
    }
}

flag {
    name: "proxy_use_apps_on_virtual_device_listener"
    namespace: "accessibility"
    description: "Fixes race condition described in b/286587811"
    bug: "286587811"
}

flag {
    name: "remove_on_window_infos_changed_handler"
    namespace: "accessibility"
    description: "Updates onWindowInfosChanged() to run without posting to a handler."
    bug: "333834990"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "reset_hover_event_timer_on_action_up"
    namespace: "accessibility"
    description: "Reset the timer for sending hover events on receiving ACTION_UP to guarantee the correct amount of time is available between taps."
    bug: "326260351"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "scan_packages_without_lock"
    namespace: "accessibility"
    description: "Scans packages for accessibility service/activity info without holding the A11yMS lock"
    bug: "295969873"
}

flag {
    name: "send_a11y_events_based_on_state"
    namespace: "accessibility"
@@ -257,16 +141,6 @@ flag {
    bug: "295575684"
}

flag {
    name: "send_hover_events_based_on_event_stream"
    namespace: "accessibility"
    description: "Send hover enter and exit based on the state of the hover event stream rather than the internal state of the touch explorer state machine. Because of the nondeterministic nature of gesture detection when done in talkback, relying on the internal state can cause crashes."
    bug: "314251047"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_color_correction_saturation"
    namespace: "accessibility"