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.gateway; /*from w w w .j av a 2s. com*/ /** * Central location for Notification IDs */ public class NotificationIds { /** * Shown upon connection to unknown wifi network */ public static final int CONNECTED_UNKNOWN_WIFI = 0; }