1. <?xml version="1.0" encoding="utf-8" ?>
  2. <resources>
  3. <!--Replace placeholder ID with your tracking ID-->
  4. <string name="ga_trackingId">UA-XXXX-Y</string>
  5. <!--Enable automatic activity tracking-->
  6. <bool name="ga_autoActivityTracking">true</bool>
  7. <-- The screen names that will appear in your reporting -->
  8. <string name="com.example.testapp.Main">Main</string>
  9. <string name="com.example.testapp.Second">Second</string>
  10. <!--Enable automatic exception tracking-->
  11. <bool name="ga_reportUncaughtExceptions">true</bool>
  12. </resources>