-
-
Save jezinka/520923016649f187ff9899eef52febbd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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