Remove WiGig from UI due to being only internally used

This commit is contained in:
Mygod
2021-10-06 01:33:40 -04:00
parent 5109363766
commit 1426d4e3a3
7 changed files with 1 additions and 47 deletions

View File

@@ -165,14 +165,6 @@ object TetheringManager {
*/
@RequiresApi(30)
const val TETHERING_ETHERNET = 5
/**
* WIGIG tethering type. Use a separate type to prevent
* conflicts with TETHERING_WIFI
* This type is only used internally by the tethering module
* @hide
*/
@RequiresApi(30)
const val TETHERING_WIGIG = 6
@get:RequiresApi(30)
private val clazz by lazy { Class.forName("android.net.TetheringManager") }