Merge "Add API for VPN apps to query always-on and lockdown." am: 5e135e2bdc

am: d332a50c1f

Change-Id: I48f3441f06af2a69776eacc5ee52463873739bdb
This commit is contained in:
Pavel Grafov
2019-01-22 07:09:43 -08:00
committed by android-build-merger
3 changed files with 59 additions and 9 deletions

View File

@@ -187,4 +187,6 @@ interface IConnectivityManager
byte[] getNetworkWatchlistConfigHash();
int getConnectionOwnerUid(in ConnectionInfo connectionInfo);
boolean isCallerCurrentAlwaysOnVpnApp();
boolean isCallerCurrentAlwaysOnVpnLockdownApp();
}