This file contains 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
public class FusedLocationTrackerService extends InjectingService { | |
private static final String TAG = FusedLocationTrackerService.class.getSimpleName(); | |
public FusedLocationTrackerService() { | |
} | |
public static void start(Context context) { | |
Log.e(TAG, "startGPSTrackerService"); |