commit | 413ab9d586b22535aa70cd1848f437f34f7cc56b | [log] [tgz] |
---|---|---|
author | Jason Chang <jasonsfchang@google.com> | Thu Aug 05 20:22:51 2021 +0800 |
committer | Bill Lin <lbill@google.com> | Fri Aug 06 01:53:39 2021 +0000 |
tree | b9178b7d70cc1b6eb115cbb18039003eaa1c7ccc | |
parent | 9eee7d3f29d051cdc29404ea8fa235695796d1cc [diff] |
Fix one-handed mode tap app to exit doesn't work in factory boot Root cause: 1. Design change "tap app to exit" -> always being true, and settings remove this option. 2. Tuning performance, due to 1, no longer listens to the key change, so we remove the listener. Solution: Change getSettingsTapsAppToExit() API to return default TRUE. Bug: 195629000 Test: Build ROM and factory-reset to test Test: atest WMShellUnitTests Change-Id: Id3c265258ed28f7e0aa54505c339671885d28fa7