Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@eric-romero
Created June 17, 2019 17:02
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 eric-romero/6bba500419b8ee221a4e4586a13ed89f to your computer and use it in GitHub Desktop.
Save eric-romero/6bba500419b8ee221a4e4586a13ed89f to your computer and use it in GitHub Desktop.
<application
android:name=".DetectBackgroundApp"
...
>
...
<service
android:name=".BackgroundJobService"
android:permission="android.permission.BIND_JOB_SERVICE" />
...
</application>
<uses-permission android:name="android.permission.WAKE_LOCK" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment