Back to project page Fon.
The source code is released under:
GNU General Public License
If you think the Android project Fon 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.rsalvaterra.fon; // w ww. j a va 2 s.c om public interface Actions { static final int ACTION_LOGOFF = 0; static final int ACTION_SCAN = 1; static final int ACTION_CONNECT = 2; static final int ACTION_LOGIN = 3; static final int ACTION_CANCEL_NOTIFICATION = 4; static final int ACTION_CANCEL_SCHEDULED_ACTIONS = 5; static final String ACTION_EXTRA_DATA_URL = "u"; }