Back to project page dissertation-project.
The source code is released under:
MIT License
If you think the Android project dissertation-project 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.fyp.widerst; // w ww . jav a 2s. c o m public final class Constants { //TODO: Write JavaDoc! public static final String POSTBACK_URL = "/uploadHandler"; public static final String DATAWHOLE_KEY_PARAM = "datawholekeyparam"; public static final String GCM_API_KEY = "AIzaSyCzQolGrFrExImKcktBVNVJX_S0dc87lZI"; }