Back to project page beansight-mobile-android.
The source code is released under:
Apache License
If you think the Android project beansight-mobile-android 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.beansight.android; //from ww w. j a v a2s . com import greendroid.app.GDApplication; public class BeansightApplication extends GDApplication { public static String BEANSIGHT_PREFS = "beansightPrefs"; // A GDApplication needs a HOmeActivity for the toolbar. @Override public Class<?> getHomeActivityClass() { return HomeActivity.class; } }