Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6abd062 authored by Patrick Dubroy's avatar Patrick Dubroy
Browse files

previewImage API shouldn't be hidden.

parent e25c4d10
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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"
+0 −2
Original line number Diff line number Diff line
@@ -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;