Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 019081ed authored by Jiyong Park's avatar Jiyong Park
Browse files

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
parent 2148e7f0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4721,7 +4721,6 @@ public class WifiManager {
     *
     * @hide
     */
    @SystemApi
    private static class EasyConnectCallbackProxy extends IDppCallback.Stub {
        private final Executor mExecutor;
        private final EasyConnectStatusCallback mEasyConnectStatusCallback;