commit | 402b9a83e17ebcfe7ab19e792dc0e3afbcb65487 | [log] [tgz] |
---|---|---|
author | Les Lee <lesl@google.com> | Fri Jun 04 18:31:42 2021 +0800 |
committer | Les Lee <lesl@google.com> | Fri Jun 11 18:14:50 2021 +0800 |
tree | a9b4d05f0388480f2f1c6290fd19011b3fb332de | |
parent | 568f75a883ad7440dd0c888f8a3f861bcc8e18c5 [diff] |
Fix: query TYPE_WIFI usage with empty string Starting with API level 31, the subscriberId is applicable for the wifi network. Considering applications may use null or an empty string as subscriberId (for instance, cts), frameworks create MATCH_WIFI_WILDCARD NetworkTemplate when querying wifi network with null or an empty string which is the behavior before API level 31. Bug: 188915450 Test: atest -c NetworkStatsManagerTest Change-Id: I084b69903f8ba7a6225b312560752e8508938714