thanks Mark, worked great. (Code shown below for future reference) RemoteViews updateViews = new RemoteViews(context.getPackageName(), R.layout.widget_word); Intent i=new Intent(this, WidgetService.class); PendingIntent pi=PendingIntent.getService(this, 0, i, 0); //Note Service here... updateViews.setOnClickPendingIntent(R.id.widget, pi);
-- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en