OSDN Git Service

Magnification does not work if no enabled accessibility services.
authorSvetoslav Ganov <svetoslavganov@google.com>
Thu, 18 Apr 2013 17:35:16 +0000 (10:35 -0700)
committerSvetoslav Ganov <svetoslavganov@google.com>
Thu, 18 Apr 2013 17:42:30 +0000 (10:42 -0700)
commit467a052e159d5dc87b27ce94f8559576ec73040b
tree2061c817f3f9a7d69eef6f59eaea3aacb90dda1f
parent7f6fc12997d67ae80a044bc0b4cc17797d887911
Magnification does not work if no enabled accessibility services.

This is a regression in which the input filter of the accessibility
manager service is not set if magnification is enabled but accessibility
is not - i.e. no accessibility serivces are enabled. Fixed the logic to
install the input filter if magnification is on but services are not
enabled in addition to services being enabled.

bug:8652765

Change-Id: Ia73e1064035f95ba0f246f4cabcc42d58c12a11f
services/java/com/android/server/accessibility/AccessibilityManagerService.java