Back to project page kvs-schema.
The source code is released under:
MIT License
If you think the Android project kvs-schema 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.rejasupotaro.android.kvs.internal; public class Classes { public static final String STRING = "java.lang.String"; public static final String CONTEXT = "android.content.Context"; public static final String SHARED_PREFERENCES = "android.content.SharedPreferences"; }