Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created July 12, 2016 10:53
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 hitherejoe/8c2fdda90a2d71a3877df4457d3d042f to your computer and use it in GitHub Desktop.
Save hitherejoe/8c2fdda90a2d71a3877df4457d3d042f to your computer and use it in GitHub Desktop.
mTimeFenceReceiver = new FenceReceiver();
Intent intent = new Intent(FenceReceiver.FENCE_RECEIVER_ACTION);
mPendingIntent = PendingIntent.getBroadcast(this, 1, intent, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment