Back to project page android-switch-env.
The source code is released under:
Apache License
If you think the Android project android-switch-env 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 cn.trinea.android.switchenv.constant; /*w ww . j av a 2 s . co m*/ /** * Constants * * @author <a href="http://www.trinea.cn" target="_blank">Trinea</a> 2013-7-31 */ public class Constants { public static final String PREFERENCES_SELECTED_POSITION = "selected_position"; }