1 2 3 4 5 6 7 8 9 10 11 12
<?xml version="1.0" encoding="utf-8" ?> <resources> <!--Replace placeholder ID with your tracking ID--> <string name="ga_trackingId">UA-39737599-1</string> <!--Enable automatic activity tracking--> <bool name="ga_autoActivityTracking">false</bool> <!--Enable automatic exception tracking--> <bool name="ga_reportUncaughtExceptions">false</bool> </resources>