commit | 200bd72898c96b9afdeb8cd48ad237e71bf31f8d | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Mon Jul 17 22:52:03 2023 +0000 |
committer | Patrick Rohr <prohr@google.com> | Tue Jul 18 02:35:32 2023 +0000 |
tree | a0846f73db29277c6076a517d8a4f0f6989fbaa5 | |
parent | 81559e711fcf72495adc7f906851894cb5717401 [diff] |
NetworkCapabilities: convert ALL_VALID_CAPABILITIES to long ALL_VALID_CAPABILITIES should be a long, since there are now 35 NetworkCapabilities that are stored in a bitfield. This caused NetworkCapabilities to be lost during parceling. Bug: 291160389 Test: TH Change-Id: Ia021ba5fd2094fdaec87446c73de2037c920c4f1