Created
September 5, 2018 07:51
-
-
Save DanishAmjad12/1fe2f3192a335732f6132cb7eab9c227 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
<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