Back to project page JiangHomeStyle_Android_Phone.
The source code is released under:
Apache License
If you think the Android project JiangHomeStyle_Android_Phone 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.cidesign.jianghomestylephone.tools; public interface JiangCategory { // ?? ???? ???? ???? public static final int LANDSCAPE = 0; public static final int HUMANITY = 1; public static final int STORY = 2; public static final int COMMUNITY = 3; }