summaryrefslogtreecommitdiffstats
path: root/core/java/android/net/IConnectivityManager.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/net/IConnectivityManager.aidl')
-rw-r--r--core/java/android/net/IConnectivityManager.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/net/IConnectivityManager.aidl b/core/java/android/net/IConnectivityManager.aidl
index 1d57019..f31fb75 100644
--- a/core/java/android/net/IConnectivityManager.aidl
+++ b/core/java/android/net/IConnectivityManager.aidl
@@ -47,6 +47,8 @@ interface IConnectivityManager
boolean requestRouteToHost(int networkType, int hostAddress);
+ boolean requestRouteToHostAddress(int networkType, in byte[] hostAddress);
+
boolean getBackgroundDataSetting();
void setBackgroundDataSetting(boolean allowBackgroundData);