android-calculatorpp/app/src/main/res/xml/ga.xml

8 lines
363 B
XML
Raw Normal View History

2015-01-26 06:38:45 -05:00
<?xml version="1.0" encoding="utf-8"?>
2015-02-19 05:23:07 -05:00
<resources xmlns:tools="http://schemas.android.com/tools"
2016-01-04 06:39:25 -05:00
tools:ignore="UnusedResources">
<string name="ga_trackingId">UA-28724009-2</string>
<bool name="ga_reportUncaughtExceptions">true</bool>
<bool name="ga_autoActivityTracking">true</bool>
<string name="ga_sampleFrequency">10.0</string>
2015-01-26 06:38:45 -05:00
</resources>