diff options
author | Cody Kesting <ckesting@google.com> | 2020-03-16 18:15:28 -0700 |
---|---|---|
committer | Cody Kesting <ckesting@google.com> | 2020-03-18 15:18:47 -0700 |
commit | 8fcc76839f5e49e2210bca0b6f9f967fd38d80cf (patch) | |
tree | 68ea3ef7d12353087e5e65ee9d085f1c7dcfbb59 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | c070b1de571b56903a293ad6f0921dc55da738b2 (diff) |
Change NetworkCapabilties administrator UIDs to be stored as int[].
NetworkCapabilities#mAdministratorUids is used to track the UIDs that
are administrators of the given Network. This value was previously
stored as List<Integer>. However, general Android API Council guidelines
recommend using Arrays for primitive values. In order to be consistent
with the guidelines, updating the field to use an Array.
Bug: 147903575
Test: atest FrameworksNetTests
Change-Id: I2652a5b0f276b8944454af5cb4b1383a3e054cfa
Merged-In: I2652a5b0f276b8944454af5cb4b1383a3e054cfa
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions