Back to project page KeyIndicatorsAndroid.
The source code is released under:
This software is copyright to Benjamin Johnson, and should not be redistributed or modified without my permission. For modification and redistribution inquiries please email bjohnson.lane at gmail dot...
If you think the Android project KeyIndicatorsAndroid 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.blanksketchstudios.keyindicators; public class KIGlobals { public static final String LogTag = "KEYINDICATORS"; public static final String idListFilename = "idList.dat"; }