Back to project page YourWiFi.
The source code is released under:
MIT License
If you think the Android project YourWiFi 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.akisute.yourwifi.app.intent; public final class Intents { public static final String ACTION_RECORD = "com.akisute.yourwifi.action.RECORD"; public static final String ACTION_STOP = "com.akisute.yourwifi.action.STOP"; public static final String ACTION_SHOW_CLOUD_LOGIN_DIALOG = "com.akisute.yourwifi.action.SHOW_CLOUD_LOGIN_DIALOG"; }