mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 20:24:03 -04:00
Add WIFI_AP_STATE_ENUMS
Declare enums to check the WifiAp state.
This commit is contained in:
parent
2289a8821f
commit
8eff3c5d84
@ -0,0 +1,5 @@
|
||||
package org.kiwix.kiwixmobile.wifi_hotspot;
|
||||
|
||||
public enum WIFI_AP_STATE_ENUMS {
|
||||
WIFI_AP_STATE_DISABLING, WIFI_AP_STATE_DISABLED, WIFI_AP_STATE_ENABLING, WIFI_AP_STATE_ENABLED, WIFI_AP_STATE_FAILED
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user