Remove legacy Wi-Fi switch for Android 7.1

Fixes #64.
This commit is contained in:
Mygod
2019-01-22 23:38:23 +08:00
parent b6845f808c
commit 1048fa830a
9 changed files with 17 additions and 9 deletions

View File

@@ -170,7 +170,7 @@ sealed class TetherManager(protected val parent: TetheringFragment) : Manager(),
}
@Suppress("DEPRECATION")
@Deprecated("Not usable since API 26")
@Deprecated("Not usable since API 25")
class WifiLegacy(parent: TetheringFragment) : TetherManager(parent) {
override val title get() = parent.getString(R.string.tethering_manage_wifi_legacy)
override val tetherType get() = TetherType.WIFI