Back to project page holoreader.
The source code is released under:
GNU General Public License
If you think the Android project holoreader 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 de.hdodenhof.holoreader; public class Config { public static final String API_BASEURL = "https://holoreader.appspot.com/api/"; public static final String GCM_SENDER_ID = ""; }