commit | c1af7f03e4a57347aad00af23a57c5a17206f140 | [log] [tgz] |
---|---|---|
author | James Mattis <jmattis@google.com> | Thu Dec 31 15:45:25 2020 -0800 |
committer | James Mattis <jmattis@google.com> | Thu Feb 04 20:12:40 2021 -0800 |
tree | 9163c1e3d69d7425ae51e25decd60fee23f3f3b9 | |
parent | f61f7be2174bb372e6ff2bbf4b44a5e9770817ec [diff] |
Update OemNetworkPreferences to use 1:1 Map Updated OemNetworkPreferences to use a Map instead of an Array of Arrays (SparseArray<List<String>>). This is for two reasons: to make the API simpler and also prevent issues with duplicate entries for packages mapped to more than one preference which is not supported. Bug: 176597181 Bug: 176494815 Test: atest FrameworksNetTests Change-Id: I85363e28b46b89ae60a85219313c2a45bd5e7dd5