Skip to content
Commit a7bae55d authored by Ken Chen's avatar Ken Chen
Browse files

Fix Lint error

Error:
========================================================================
[NewApi] Field requires API level 35 (current min is 33):
REGISTER_NSD_OFFLOAD_ENGINE

+ String.join(", ", List.of(REGISTER_NSD_OFFLOAD_ENGINE, NETWORK_STACK,
========================================================================

1. The REGISTER_NSD_OFFLOAD_ENGINE is only available on API level 35.
2. The error message in the exception is incorrect. It should be 3
   cases: V+, U, others.
3. Fix this Lint error because it will block aosp/2832130 merge.

Bug: N/A
Test: m; AOSP Gerrit Lint
Change-Id: I03730f5a9d2e6e3f6848f729bb4120b86194c705
parent 92525812
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment