From 94595fde94e97a5aec81a1779b7b7812e498360f Mon Sep 17 00:00:00 2001 From: Lorenzo Colitti Date: Wed, 21 May 2014 16:33:39 -0700 Subject: [PATCH] Add an AIDL file for IpConfiguration. Change-Id: I7eb5568185b3facf00627f7d2385c42f247d0acd --- core/java/android/net/IpConfiguration.aidl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 core/java/android/net/IpConfiguration.aidl diff --git a/core/java/android/net/IpConfiguration.aidl b/core/java/android/net/IpConfiguration.aidl new file mode 100644 index 0000000000000..7a30f0e79cad9 --- /dev/null +++ b/core/java/android/net/IpConfiguration.aidl @@ -0,0 +1,19 @@ +/* + * Copyright (C) 2014 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package android.net; + +parcelable IpConfiguration;