summaryrefslogtreecommitdiffstats
path: root/core/java/android
diff options
context:
space:
mode:
authorRobin Lee <rgl@google.com>2015-07-07 12:28:13 -0700
committerRobin Lee <rgl@google.com>2015-07-07 19:37:21 +0000
commit3eed5eca80f317d574d4468244a37fd5b60721a0 (patch)
tree5c5f1a27585be8df42720f7e6517ec3c3b61063d /core/java/android
parent13c25290099a570fdd903511e7ec605119af3ce3 (diff)
downloadframeworks_base-3eed5eca80f317d574d4468244a37fd5b60721a0.zip
frameworks_base-3eed5eca80f317d574d4468244a37fd5b60721a0.tar.gz
frameworks_base-3eed5eca80f317d574d4468244a37fd5b60721a0.tar.bz2
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
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/net/IConnectivityManager.aidl2
1 files changed, 1 insertions, 1 deletions
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();