Remove WIFI_AP_STATE_ENUMS

Remove the code for turning on hotspot programmatically for API<26.
This commit is contained in:
Adeel Zafar 2019-08-01 23:37:25 +05:00
parent c1d6d9fd96
commit 9b891b0b21

View File

@ -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
}