Android Widget lose pending intent
问题 I'm new on Android and I have a bit issue, I've already searched multiple forums and nothing.. I have a simple widget that shows the battery and on click it opens a activity with Popup Theme. So I have this too files, may be some method wrong? WidgetProvider: public class Widget extends AppWidgetProvider { @Override public void onReceive(Context context, Intent intent) { // TODO Auto-generated method stub super.onReceive(context, intent); context.startService(new Intent(context, Service.class