diff options
author | Nate Jiang <qiangjiang@google.com> | 2020-09-16 17:48:16 -0700 |
---|---|---|
committer | Nate Jiang <qiangjiang@google.com> | 2020-10-06 17:18:18 -0700 |
commit | c25eba37564a6e4672379b82e3e17679a337f3fb (patch) | |
tree | 63c49a3734f268c61574ba66fe1bd1db4f345b38 /api/system-lint-baseline.txt | |
parent | b6697b2a32d6e77eaa1786dd850b27e5a04e8ae9 (diff) |
[NetworkSuggestion] Allow app to set subId for the suggestion
SubId will be used to identify which SIM/subscription to use for this
suggestion. Same network with different SubIds will be consider
different suggestions.
Also add a system API in WifiConfiguration to help data calculation for
different SIM.
Bug: 169275787
Test: atest android.net.wifi
Change-Id: I093c0661e28cc2df5e97391342101e8ecc331a0f
Diffstat (limited to 'api/system-lint-baseline.txt')
-rw-r--r-- | api/system-lint-baseline.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/system-lint-baseline.txt b/api/system-lint-baseline.txt index 3a9f49c316ea..7195144f28e5 100644 --- a/api/system-lint-baseline.txt +++ b/api/system-lint-baseline.txt @@ -229,6 +229,8 @@ MutableBareField: android.net.wifi.WifiConfiguration#saePasswordId: MutableBareField: android.net.wifi.WifiConfiguration#shared: +MutableBareField: android.net.wifi.WifiConfiguration#subscriptionId: + Bare field subscriptionId must be marked final, or moved behind accessors if mutable MutableBareField: android.net.wifi.WifiScanner.ScanSettings#type: |