Back to project page opensudoku.
The source code is released under:
GNU General Public License
If you think the Android project opensudoku 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 org.moire.opensudoku.utils; public class Const { public static final String TAG = "OpenSudoku"; public static final String MIME_TYPE_OPENSUDOKU = "application/x-opensudoku"; }