Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9c2395f authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am f2fbb21d: am ecff92d9: resolved conflicts for merge of 79a55d35 to klp-ub-dev

* commit 'f2fbb21d':
  add Analytics event to track sample downloads (for real this time)
parents 3ea44ba7 f2fbb21d
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -17,7 +17,9 @@
  <!-- related links -->
  <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a>
  &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
  &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip">Download</a>
  &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip"
    onclick="_gaq.push(['_trackEvent', 'Samples', 'Download', <?cs var:projectDir ?>]);"
    >Download</a>

</div><!-- end sum-details-links -->