Guest User

Untitled

a guest
May 20th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. [Service(Name = "com.something.someapp", Permission = "android.permission.BIND_JOB_SERVICE")]
  2. public class HandlePushNotificationJobService : JobService
  3. {
  4. ....
  5. }
  6.  
  7. [Service(Permission = "android.permission.BIND_JOB_SERVICE")]
  8. public class HandlePushNotificationJobService : JobService
  9. {
  10. ....
  11. }
Add Comment
Please, Sign In to add comment