diff options
| author | Lorenzo Colitti <lorenzo@google.com> | 2014-05-21 16:33:39 -0700 |
|---|---|---|
| committer | Lorenzo Colitti <lorenzo@google.com> | 2014-05-21 16:38:12 -0700 |
| commit | 94595fde94e97a5aec81a1779b7b7812e498360f (patch) | |
| tree | c3d46b2d17424dbd8086e76920840ab77e7728aa /core | |
| parent | 56cf7c517e33df5f871f85c13a2e2315b20cb2ed (diff) | |
| download | frameworks_base-94595fde94e97a5aec81a1779b7b7812e498360f.zip frameworks_base-94595fde94e97a5aec81a1779b7b7812e498360f.tar.gz frameworks_base-94595fde94e97a5aec81a1779b7b7812e498360f.tar.bz2 | |
Add an AIDL file for IpConfiguration.
Change-Id: I7eb5568185b3facf00627f7d2385c42f247d0acd
Diffstat (limited to 'core')
| -rw-r--r-- | core/java/android/net/IpConfiguration.aidl | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/core/java/android/net/IpConfiguration.aidl b/core/java/android/net/IpConfiguration.aidl new file mode 100644 index 0000000..7a30f0e --- /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; |
