commit | 90255ef0a7832729eb8002f1cdfb9dea2b9c05df | [log] [tgz] |
---|---|---|
author | paulhu <paulhu@google.com> | Mon Apr 26 14:51:34 2021 +0800 |
committer | Paul Hu <paulhu@google.com> | Mon Apr 26 06:57:46 2021 +0000 |
tree | 2afc6fb2ca965669e3218d34b35569137a92dcd8 | |
parent | a9e718f59dfb1c9438ab491aab8fa9aa53501c6c [diff] |
Add ACCESS_NETWORK_STATE to Tethering CTS Add ACCESS_NETWORK_STATE to Tethering CTS because tests call to EthernetManager#isAvailable() which is enforcing permission check now. Without ACCESS_NETWORK_STATE, some tests will fail by lack of permission. Bug: 174573778 Test: CtsTetheringTest Change-Id: I735d98527c14c12fb0f2df536cda25fdd84152f1 Ignore-AOSP-First: Security vulnerability issue should not fix on aosp branch.