Back to project page humbleshare-app.
The source code is released under:
Copyright (C) 2014 kautsig Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software w...
If you think the Android project humbleshare-app 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.kautsig.humbleshare; // ww w.j av a 2 s.c o m /** * Defines configuration key constants. */ public final class ConfigKeys { public static final String WEBSERVICE_URL = "webservice.url"; public static final String WEBSERVICE_USER = "webservice.user"; public static final String WEBSERVICE_PASSWORD = "webservice.pass"; }