diff options
author | Cody Kesting <ckesting@google.com> | 2020-03-16 18:15:28 -0700 |
---|---|---|
committer | Cody Kesting <ckesting@google.com> | 2020-03-18 17:40:24 +0000 |
commit | f7ac996fb5367d49125f366c51c5856f49b34e18 (patch) | |
tree | 1a1e69a02ffe3083aa1ceee1c599c6d8395b6c31 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 10e5f365502d7c5bbdd3857b0105338736c1a218 (diff) |
Change NetworkCapabilities 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
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions