Back to project page Sortr.
The source code is released under:
Apache License
If you think the Android project Sortr 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 com.brownapps.sortr.utility; public class Consts { public static final String TEAM_ID = "TeamIdExtra"; public static final String PERSON_ID = "PersonIdExtra"; public static final String SESSION_ID = "SessionIdExtra"; }