diff options
author | 2024-05-11 01:46:58 +0000 | |
---|---|---|
committer | 2024-05-16 01:02:38 +0000 | |
commit | a7d2b12cc78bdb2b14ed9e2ba04b2850fb4bb789 (patch) | |
tree | 8d00b1506ee04cfa18e4548449dc10fd3f6ee8ee /services/accessibility/accessibility.aconfig | |
parent | 4b4b620a64fec2ea2f56738365f95149fc72c921 (diff) |
Adjusts the logic of onPackageForceStop to return the proper values
The fxn should return true only if any force-stopped packages are enabled
and doit=false (this indicates something else should handle the stop).
In all other cases, the fxn should return false.
Test: atest AccessibilityManagerService
Bug: 337392123
Flag: aconfig manager_package_monitor_logic_fix
Change-Id: I4a0ed813011e4b0cb7363b35305e0a5e20391a67
Diffstat (limited to 'services/accessibility/accessibility.aconfig')
-rw-r--r-- | services/accessibility/accessibility.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/services/accessibility/accessibility.aconfig b/services/accessibility/accessibility.aconfig index 82579d807eba..0df92b4952c6 100644 --- a/services/accessibility/accessibility.aconfig +++ b/services/accessibility/accessibility.aconfig @@ -138,6 +138,16 @@ flag { } flag { + name: "manager_package_monitor_logic_fix" + namespace: "accessibility" + description: "Corrects the return values of the HandleForceStop function" + bug: "337392123" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { name: "pinch_zoom_zero_min_span" namespace: "accessibility" description: "Whether to set min span of ScaleGestureDetector to zero." |