Skip to content

Instantly share code, notes, and snippets.

@jezinka
Created August 18, 2018 11:35
Show Gist options
  • Select an option

  • Save jezinka/520923016649f187ff9899eef52febbd to your computer and use it in GitHub Desktop.

Select an option

Save jezinka/520923016649f187ff9899eef52febbd to your computer and use it in GitHub Desktop.
public static void startActionUpdateWidgets(Context context) {
Intent intent = new Intent(context, SensorIntentService.class);
intent.setAction(ACTION_UPDATE_WIDGET);
context.startService(intent);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment