Files
frameworks_base/core/java/android/view
Siarhei Vishniakou e481d33cc0 Parcel mCharacters in KeyEvent
Currently, the mCharacters field gets lost via IPC because it is not
written to Parcel during serialization. Add this field to the parcel.

The ACTION_MULTIPLE with KEYCODE_UNKNOWN signals usage of mCharacters.
But the mCharacters field isn't really used by the system.
So, deprecate this field.

Also deprecate ACTION_MULTIPLE, which doesn't really get used.

Bug: 111386868
Test: atest cts.KeyEventTest
Change-Id: Ie01b796a10f8b2dcc2bcfa15f71b17a7e917faa7
2018-08-08 18:59:37 -07:00
..
2018-07-05 16:29:51 +01:00
2018-08-08 18:59:37 -07:00
2017-10-16 21:27:54 +01:00
2018-07-09 10:16:25 -07:00
2018-02-14 16:36:16 -08:00
2017-05-12 10:40:53 -07:00
2018-08-01 10:18:44 -07:00