Back to project page wifi-auto-forget.
The source code is released under:
GNU General Public License
If you think the Android project wifi-auto-forget 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.cebesius.wifiautoforget; /*w w w .ja va 2s . c om*/ /** * Holds various private keys needed by the app * * The secrets will not be checked into the public source code. Sorry. */ public class Secrets { /** * The HockeyApp App ID that will be used for submitting crash reports. * This value only needs to be filled out correctly when creating release * builds with ACRA/HockeyApp crash reports enabled. Otherwise, it can be * any String value. */ public static final String HOCKEYAPP_APP_ID = ""; }