Android : Where should I request location updates in A service?

on Sunday, February 1, 2015


Sorry for the silly question but I have a service checking for location updates I am confused in requesting location updates! Should I have to call requestLocationUpdates() in onCreate() of the service or in the onStartCommand() of the service?


0 comments:

Post a Comment