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

8 lines
379 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">
2016-01-29 15:17:50 -05:00
<string function="ga_trackingId">UA-28724009-2</string>
<bool function="ga_reportUncaughtExceptions">true</bool>
<bool function="ga_autoActivityTracking">true</bool>
<string function="ga_sampleFrequency">10.0</string>
2015-01-26 06:38:45 -05:00
</resources>