mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-24 05:04:50 -04:00
Remove WIFI_AP_STATE_ENUMS
Remove the code for turning on hotspot programmatically for API<26.
This commit is contained in:
parent
c1d6d9fd96
commit
9b891b0b21
@ -1,10 +0,0 @@
|
|||||||
package org.kiwix.kiwixmobile.wifi_hotspot;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* WIFI_AP_STATE_ENUMS class is used to get current state of the wifi access point using enums.
|
|
||||||
* Created by Adeel Zafar on 28/5/2019.
|
|
||||||
*/
|
|
||||||
|
|
||||||
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