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

Commit cd1ec2b1 authored by Krzysztof Kosiński's avatar Krzysztof Kosiński Committed by Automerger Merge Worker
Browse files

Add missing API level annotations to constructors. am: 6ef3d5b7

Original change: https://android-review.googlesource.com/c/platform/packages/modules/NetworkStack/+/1737032

Change-Id: I2481b61bf3f8a8476728fe9e7b9a51a4052eaa58
parents 2c138468 6ef3d5b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ import java.util.Collection;
public class ConnectivityManagerShimImpl
        extends com.android.networkstack.apishim.api30.ConnectivityManagerShimImpl  {

    @RequiresApi(Build.VERSION_CODES.S)
    protected ConnectivityManagerShimImpl(Context context) {
        super(context);
    }
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ import java.util.Set;
@RequiresApi(Build.VERSION_CODES.S)
public class NetworkRequestShimImpl
        extends com.android.networkstack.apishim.api30.NetworkRequestShimImpl {
    @RequiresApi(Build.VERSION_CODES.S)
    protected NetworkRequestShimImpl() {
        super();
    }