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; public final class SharedPreferenceKeys { public static final String ADD_WIFI_NOTIFICATION_ACTION_COUNT = "add_wifi_notification_action_count"; public static final String ADD_WIFI_NOTIFICATION_ACTION_USED_SINGLE = "add_wifi_notification_action_used_single"; public static final String ADD_WIFI_NOTIFICATION_ACTION_USED_PERMANENT = "add_wifi_notification_action_used_permanent"; public static final String ADD_WIFI_NOTIFICATION_ACTION_USED_IGNORE = "add_wifi_notification_action_used_ignore"; public static final String USER_PREFERENCE_USER_COMPLETED_ONBOARDING = "user_preference.app_launched_previously"; }