OSDN Git Service

Fix bug where pebble app triggers accessibility mode in navbar camera
authorJim Miller <jaggies@google.com>
Sun, 6 Oct 2013 02:01:00 +0000 (19:01 -0700)
committerJim Miller <jaggies@google.com>
Sun, 6 Oct 2013 02:01:00 +0000 (19:01 -0700)
commit158fbd3ab80eb75241fda9ada84eea43016d40ed
tree2f8465a024db6df3e721b66d7039d6c82566de7d
parentfd65373dd7ba9e613f95dbf87988811c43a11518
Fix bug where pebble app triggers accessibility mode in navbar camera

Apparently the Pebble application uses accessibility.  This was
triggering the navbar to resort to accessibility mode for launching
the camera.  The fix is to also require touch exploration to be
enabled.

Fixes bug 11061505

Change-Id: I2245bd37eef9e68911862ce86147b1343816f1a4
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java