Merge "Automatically set IPsec tunnel interface as up" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ef5732b053
@@ -1415,7 +1415,7 @@ public final class SystemServer {
|
||||
|
||||
t.traceBegin("StartIpSecService");
|
||||
try {
|
||||
ipSecService = IpSecService.create(context);
|
||||
ipSecService = IpSecService.create(context, networkManagement);
|
||||
ServiceManager.addService(Context.IPSEC_SERVICE, ipSecService);
|
||||
} catch (Throwable e) {
|
||||
reportWtf("starting IpSec Service", e);
|
||||
|
||||
Reference in New Issue
Block a user