commit | ca5530ed1d967a31f551224db8c7ee2f98ac52e4 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Fri Jul 09 10:10:50 2021 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Fri Jul 09 10:24:44 2021 +0900 |
tree | 081472dfe4b9654a805e6ebaa34489449b5d4693 | |
parent | 1d2ad89424f0ddfd56f0e872a1abc547e8a84210 [diff] |
Remove catch clause on compat shim registerSystemDefaultNetworkCallback no longer throws UnsupportedApiLevelException as it has compatibility behavior down to Q, so remove the catch clause for the checked exception. The exception would previously not be thrown since the Tethering module is only running on R+. Bug: 182961265 Test: atest TetheringTests Change-Id: I3c58235f3a59294995e5f32502fec6ccd17a3cf0