am a6abd062: previewImage API shouldn\'t be hidden.

* commit 'a6abd062bf437fc69131a2797d6974953dd6cd83':
  previewImage API shouldn't be hidden.
This commit is contained in:
Patrick Dubroy
2011-01-19 21:45:06 -08:00
committed by Android Git Automerger
2 changed files with 10 additions and 2 deletions

View File

@@ -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"

View File

@@ -121,8 +121,6 @@ public class AppWidgetProviderInfo implements Parcelable {
*
* <p>This field corresponds to the <code>android:previewImage</code> attribute in
* the <code>&lt;receiver&gt;</code> element in the AndroidManifest.xml file.
*
* @hide Pending API approval
*/
public int previewImage;