summaryrefslogtreecommitdiffstats
path: root/core/java/android/accounts/Account.aidl
diff options
context:
space:
mode:
authorFred Quintana <>2009-03-24 22:48:12 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-24 22:48:12 -0700
commit603073430bbcb1bd29db7afb9b14e2732ad589fb (patch)
tree404a611fc32d7a415977091c0b5e594461d2575f /core/java/android/accounts/Account.aidl
parentd86c7821270a0d4e4710f8eef6ee111e80bd5125 (diff)
downloadframeworks_base-603073430bbcb1bd29db7afb9b14e2732ad589fb.zip
frameworks_base-603073430bbcb1bd29db7afb9b14e2732ad589fb.tar.gz
frameworks_base-603073430bbcb1bd29db7afb9b14e2732ad589fb.tar.bz2
Automated import from //branches/master/...@142414,142414
Diffstat (limited to 'core/java/android/accounts/Account.aidl')
-rw-r--r--core/java/android/accounts/Account.aidl19
1 files changed, 19 insertions, 0 deletions
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;