Android Open Source - android-switch-env Constants






From Project

Back to project page android-switch-env.

License

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.

Java Source Code

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";
}




Java Source Code List

cn.trinea.android.switchenv.MainActivity.java
cn.trinea.android.switchenv.constant.Constants.java
cn.trinea.android.switchenv.control.AppControl.java
cn.trinea.android.switchenv.entity.App.java