MedGooseWidget.java :  » Widget » android-goose-widget » com » davidgoemans » goosewidget » Android Open Source

Android Open Source » Widget » android goose widget 
android goose widget » com » davidgoemans » goosewidget » MedGooseWidget.java
package com.davidgoemans.goosewidget;

import android.appwidget.AppWidgetManager;
import android.content.Context;
import android.content.Intent;
import android.util.Log;

public class MedGooseWidget extends GooseWidget 
{
  public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) 
   {
        context.startService(new Intent(context, UpdateService.class));
   }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.