Back to project page tdpforce.
The source code is released under:
Apache License
If you think the Android project tdpforce 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 org.telugudesam.cadre; /*w w w. ja va 2 s .co m*/ public class Config { public static final int DEFAULT_CONVERSION_COUNT = 100; public static final String PARSE_APP_ID = (BuildConfig.DEBUG) ? "NlO7VPuYVPIBOryOLRaeLjw81qH2jAgoUYsBTOMU" : "NlO7VPuYVPIBOryOLRaeLjw81qH2jAgoUYsBTOMU"; public static final String PARSE_CLIENT_KEY = (BuildConfig.DEBUG) ? "nesiuV6DfJK3kyUAHewKwdJYQyLYhQThUzXAQh5j" : "nesiuV6DfJK3kyUAHewKwdJYQyLYhQThUzXAQh5j"; public static final String FACEBOOK_ID = "179496312189548"; public static final String CONTACT_US_EMAIL = "gopinath.in.svu@gmail.com"; }