am a6abd062: previewImage API shouldn\'t be hidden.
* commit 'a6abd062bf437fc69131a2797d6974953dd6cd83': previewImage API shouldn't be hidden.
This commit is contained in:
@@ -39712,6 +39712,16 @@
|
|||||||
visibility="public"
|
visibility="public"
|
||||||
>
|
>
|
||||||
</field>
|
</field>
|
||||||
|
<field name="previewImage"
|
||||||
|
type="int"
|
||||||
|
transient="false"
|
||||||
|
volatile="false"
|
||||||
|
static="false"
|
||||||
|
final="false"
|
||||||
|
deprecated="not deprecated"
|
||||||
|
visibility="public"
|
||||||
|
>
|
||||||
|
</field>
|
||||||
<field name="provider"
|
<field name="provider"
|
||||||
type="android.content.ComponentName"
|
type="android.content.ComponentName"
|
||||||
transient="false"
|
transient="false"
|
||||||
|
|||||||
@@ -121,8 +121,6 @@ public class AppWidgetProviderInfo implements Parcelable {
|
|||||||
*
|
*
|
||||||
* <p>This field corresponds to the <code>android:previewImage</code> attribute in
|
* <p>This field corresponds to the <code>android:previewImage</code> attribute in
|
||||||
* the <code><receiver></code> element in the AndroidManifest.xml file.
|
* the <code><receiver></code> element in the AndroidManifest.xml file.
|
||||||
*
|
|
||||||
* @hide Pending API approval
|
|
||||||
*/
|
*/
|
||||||
public int previewImage;
|
public int previewImage;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user