commit | 019081edc6b825d87cfddb33fc00cdfab167a08c | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Feb 11 22:40:07 2019 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Feb 11 22:40:07 2019 +0900 |
tree | 726bd89397f654a6cac8a8e7d11a2587f94f5f84 | |
parent | 2148e7f00994e9b6b8cbd2dd89c27b7829196867 [diff] |
Remove unnecessary SystemApi annotation from EasyConnectCallbackProxy The class is a private inner class which is not accessible from anywhere outside of WifiManager but is annotated with SystemApi. The annotation is failing android.signature.cts.api.AnnotationTest#testAnnotation. Bug: 124210145 Test: run cts -m CtsSystemApiAnnotationTestCases Change-Id: I0c38e39f3e1cf5e161fafad4c243ebe2531830bb