Skip to content

Instantly share code, notes, and snippets.

@yanguango
Created June 18, 2011 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yanguango/1032928 to your computer and use it in GitHub Desktop.
Save yanguango/1032928 to your computer and use it in GitHub Desktop.
public class RefreshService extends Service {
public void refreshTimeline() {
//build the intent with new messages
sendBroadcast(intent);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment