From 3eed5eca80f317d574d4468244a37fd5b60721a0 Mon Sep 17 00:00:00 2001 From: Robin Lee Date: Tue, 7 Jul 2015 12:28:13 -0700 Subject: Legacy VPN calls to require a userID This way, system applications with INTERACT_ACROSS_USERS permission will be able to fetch the information they need. Pre-requisite for bug 21499103 Change-Id: I7e759d5039ae6e85abc6435049016b1dcaabc834 --- core/java/android/net/IConnectivityManager.aidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java') diff --git a/core/java/android/net/IConnectivityManager.aidl b/core/java/android/net/IConnectivityManager.aidl index 29557bb..58035a2 100644 --- a/core/java/android/net/IConnectivityManager.aidl +++ b/core/java/android/net/IConnectivityManager.aidl @@ -114,7 +114,7 @@ interface IConnectivityManager void startLegacyVpn(in VpnProfile profile); - LegacyVpnInfo getLegacyVpnInfo(); + LegacyVpnInfo getLegacyVpnInfo(int userId); VpnInfo[] getAllVpnInfo(); -- cgit v1.1