Back to project page FallApp.
The source code is released under:
MIT License
If you think the Android project FallApp 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 ie.lc.fallApp; /*from w w w .java2 s . com*/ public class Common { public static final String planetSelectIdentifier = "planetSelection"; public static final String displayHeightIdentifier = "displayHeight"; }