Back to project page trip-chain-android.
The source code is released under:
MIT License
If you think the Android project trip-chain-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 fi.aalto.tripchain; /*ww w. j a va 2 s. c om*/ public class Configuration { /** * Intent for subscribing Activity mode recognition. */ public final static String ACTIVITY_INTENT = "fi.aalto.tripchain.activity.recognition"; /** * Shared preferences name. */ public final static String SHARED_PREFERENCES = "fi.aalto.tripchain.settings"; /** * Key for storing Google user ID. */ public final static String KEY_LOGIN_ID = "login_id"; }