From 603073430bbcb1bd29db7afb9b14e2732ad589fb Mon Sep 17 00:00:00 2001 From: Fred Quintana <> Date: Tue, 24 Mar 2009 22:48:12 -0700 Subject: Automated import from //branches/master/...@142414,142414 --- core/java/android/accounts/Account.aidl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 core/java/android/accounts/Account.aidl (limited to 'core/java/android/accounts/Account.aidl') diff --git a/core/java/android/accounts/Account.aidl b/core/java/android/accounts/Account.aidl new file mode 100644 index 0000000..8752d99 --- /dev/null +++ b/core/java/android/accounts/Account.aidl @@ -0,0 +1,19 @@ +/* + * Copyright (C) 2009 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.accounts; + +parcelable Account; -- cgit v1.1