diff options
author | Adam Cohen <adamcohen@google.com> | 2012-09-27 11:17:19 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-09-27 11:17:20 -0700 |
commit | 580ee8b0c6e1aea1e2e1d60499b603b9168b44f0 (patch) | |
tree | 89038ebd84a7d7d1d6b203596bdd5f83d342efc8 /api | |
parent | 62d2d62158e5be280e69e7620b8fb8a43a3cc26e (diff) | |
parent | 3ff2d867d46067132890a5a6ad68be8a4314d7f6 (diff) | |
download | frameworks_base-580ee8b0c6e1aea1e2e1d60499b603b9168b44f0.zip frameworks_base-580ee8b0c6e1aea1e2e1d60499b603b9168b44f0.tar.gz frameworks_base-580ee8b0c6e1aea1e2e1d60499b603b9168b44f0.tar.bz2 |
Merge "Fixing AppWidgetService / AppWidgetHost to work in system process" into jb-mr1-dev
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 91e5ddd..ea26c9a 100644 --- a/api/current.txt +++ b/api/current.txt @@ -4476,6 +4476,7 @@ package android.appwidget { public class AppWidgetProviderInfo implements android.os.Parcelable { ctor public AppWidgetProviderInfo(); ctor public AppWidgetProviderInfo(android.os.Parcel); + method public android.appwidget.AppWidgetProviderInfo clone(); method public int describeContents(); method public void writeToParcel(android.os.Parcel, int); field public static final android.os.Parcelable.Creator CREATOR; |