Do not validate against SystemApi
This commit is contained in:
@@ -421,7 +421,7 @@ data class SoftApConfigurationCompat(
|
|||||||
it.bridgedModeOpportunisticShutdownTimeoutMillis =
|
it.bridgedModeOpportunisticShutdownTimeoutMillis =
|
||||||
getBridgedModeOpportunisticShutdownTimeoutMillis(this) as Long
|
getBridgedModeOpportunisticShutdownTimeoutMillis(this) as Long
|
||||||
it.vendorElements = getVendorElements(this) as List<ScanResult.InformationElement>
|
it.vendorElements = getVendorElements(this) as List<ScanResult.InformationElement>
|
||||||
it.persistentRandomizedMacAddress = getPersistentRandomizedMacAddress(this) as MacAddress
|
it.persistentRandomizedMacAddress = getPersistentRandomizedMacAddress(this) as MacAddress?
|
||||||
it.allowedAcsChannels = BAND_TYPES.map { bandType ->
|
it.allowedAcsChannels = BAND_TYPES.map { bandType ->
|
||||||
try {
|
try {
|
||||||
bandType to (getAllowedAcsChannels(this, bandType) as IntArray).toSet()
|
bandType to (getAllowedAcsChannels(this, bandType) as IntArray).toSet()
|
||||||
|
|||||||
Reference in New Issue
Block a user