activate the screen tracking
This commit is contained in:
parent
14fc5aa1ba
commit
9de13bd678
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ public class AnalyticsTracker implements TrackerInterface {
|
||||||
this.ctx = ctx;
|
this.ctx = ctx;
|
||||||
final GoogleAnalytics analytics = GoogleAnalytics.getInstance(ctx);
|
final GoogleAnalytics analytics = GoogleAnalytics.getInstance(ctx);
|
||||||
tracker = analytics.newTracker(R.xml.analytics);
|
tracker = analytics.newTracker(R.xml.analytics);
|
||||||
|
tracker.enableAutoActivityTracking(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue