Hi, this code does not work.
final LQTracker tracker = LQTracker.getInstance(getApplicationContext());
tracker.setProfile(LQTrackerProfile.OFF);
startService(new Intent(getApplicationContext(), LQService.class));
after start of the service,
LQTracker
still working in LQTrackerProfile.ADAPTIVE mode, why?
It looks like you're new here. If you want to get involved, click one of these buttons!