Back to project page jpstrack.android.
The source code is released under:
/* * Copyright (c) 2006-2014 Ian F. Darwin, http://darwinsys.com * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following co...
If you think the Android project jpstrack.android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package jpstrack.android; /** Tracker, for use with Google Analytics */ public enum TrackerName { /** The tracker for this application */ APP_TRACKER, /** The tracker for all RejmiNet apps */ COMPANY_TRACKER, }