Skip to content

Instantly share code, notes, and snippets.

@markchristopherng
Created October 13, 2018 01:48
Show Gist options
  • Save markchristopherng/fba848f77fa011093278fbee77d02bd0 to your computer and use it in GitHub Desktop.
Save markchristopherng/fba848f77fa011093278fbee77d02bd0 to your computer and use it in GitHub Desktop.
<receiver android:name=".GeoFenceOnBootCompleteReceiver">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment