From 9efe265f086d482802c236ae1a4ef75507efa76d Mon Sep 17 00:00:00 2001 From: Fred Quintana Date: Wed, 28 Oct 2009 22:53:51 -0700 Subject: [PATCH] unhide AccountManagerResponse --- api/current.xml | 65 +++++++++++++++++++ .../accounts/AccountManagerResponse.java | 10 ++- 2 files changed, 72 insertions(+), 3 deletions(-) diff --git a/api/current.xml b/api/current.xml index 936e67e05ddb8..b4161ae2381e2 100644 --- a/api/current.xml +++ b/api/current.xml @@ -14970,6 +14970,71 @@ > + + + + + + + + + + + + + + + + + + + + + + CREATOR = new Creator() { public AccountManagerResponse createFromParcel(Parcel source) { @@ -71,4 +75,4 @@ public class AccountManagerResponse implements Parcelable { return new AccountManagerResponse[size]; } }; -} \ No newline at end of file +}