Back to project page android_Findex.
The source code is released under:
Apache License
If you think the Android project android_Findex listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.lithidsw.findex.widget; //from w w w. ja v a 2s. c o m import android.appwidget.AppWidgetManager; import android.widget.RemoteViews; import java.io.Serializable; public class WidgetLoadStub implements Serializable { public RemoteViews views; public int id; public AppWidgetManager manager; }