Merge "Un-finalize IpSecManager"

This commit is contained in:
Yan Yan
2022-02-09 18:19:31 +00:00
committed by Android (Google) Code Review

View File

@@ -61,7 +61,7 @@ import java.util.Objects;
* Internet Protocol</a> * Internet Protocol</a>
*/ */
@SystemService(Context.IPSEC_SERVICE) @SystemService(Context.IPSEC_SERVICE)
public final class IpSecManager { public class IpSecManager {
private static final String TAG = "IpSecManager"; private static final String TAG = "IpSecManager";
/** /**