Skip to content

Instantly share code, notes, and snippets.

@DanishAmjad12
Created September 5, 2018 07:51
Show Gist options
  • Save DanishAmjad12/1fe2f3192a335732f6132cb7eab9c227 to your computer and use it in GitHub Desktop.
Save DanishAmjad12/1fe2f3192a335732f6132cb7eab9c227 to your computer and use it in GitHub Desktop.
<receiver android:name=".AlarmReceiver"
android:permission="android.permission.BIND_JOB_SERVICE">
<intent-filter>
<action android:name="com.test.intent.action.ALARM" />
</intent-filter>
</receiver>
<service android:name=".AlarmJobIntentService" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment