From a6abd062bf437fc69131a2797d6974953dd6cd83 Mon Sep 17 00:00:00 2001 From: Patrick Dubroy Date: Wed, 19 Jan 2011 15:43:55 -0800 Subject: [PATCH] previewImage API shouldn't be hidden. --- api/current.xml | 10 ++++++++++ core/java/android/appwidget/AppWidgetProviderInfo.java | 2 -- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/api/current.xml b/api/current.xml index 75b1dc23cf4ce..613f0005ba666 100644 --- a/api/current.xml +++ b/api/current.xml @@ -39712,6 +39712,16 @@ visibility="public" > + + This field corresponds to the android:previewImage attribute in * the <receiver> element in the AndroidManifest.xml file. - * - * @hide Pending API approval */ public int previewImage;