diff options
| author | 2011-01-19 15:43:55 -0800 | |
|---|---|---|
| committer | 2011-01-19 21:39:01 -0800 | |
| commit | a6abd062bf437fc69131a2797d6974953dd6cd83 (patch) | |
| tree | 818a6fc9dae1af97c298f22906799f633001846b | |
| parent | e25c4d1077071e33795ec0316b504f6cd2a0ba08 (diff) | |
previewImage API shouldn't be hidden.
| -rw-r--r-- | api/current.xml | 10 | ||||
| -rw-r--r-- | 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 75b1dc23cf4c..613f0005ba66 100644 --- a/api/current.xml +++ b/api/current.xml @@ -39712,6 +39712,16 @@ visibility="public" > </field> +<field name="previewImage" + type="int" + transient="false" + volatile="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="provider" type="android.content.ComponentName" transient="false" diff --git a/core/java/android/appwidget/AppWidgetProviderInfo.java b/core/java/android/appwidget/AppWidgetProviderInfo.java index a3db01dfe683..fe33782f6e2d 100644 --- a/core/java/android/appwidget/AppWidgetProviderInfo.java +++ b/core/java/android/appwidget/AppWidgetProviderInfo.java @@ -121,8 +121,6 @@ public class AppWidgetProviderInfo implements Parcelable { * * <p>This field corresponds to the <code>android:previewImage</code> attribute in * the <code><receiver></code> element in the AndroidManifest.xml file. - * - * @hide Pending API approval */ public int previewImage; |