Back to project page Points.
The source code is released under:
GNU General Public License
If you think the Android project Points 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 se.frusunnanbo.points; public class Constants { public static final String PREFS_NAME = "se.frusunnanbo.points.prefs"; public static final String URI_KEY = "URI"; public static final String PARENT_NAME_KEY = "PARENT_NAME"; public static final String TASK1_KEY = "TASK1"; public static final String TASK2_KEY = "TASK2"; }