Do not validate against SystemApi
This commit is contained in:
@@ -421,7 +421,7 @@ data class SoftApConfigurationCompat(
|
||||
it.bridgedModeOpportunisticShutdownTimeoutMillis =
|
||||
getBridgedModeOpportunisticShutdownTimeoutMillis(this) as Long
|
||||
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 ->
|
||||
try {
|
||||
bandType to (getAllowedAcsChannels(this, bandType) as IntArray).toSet()
|
||||
|
||||
Reference in New Issue
Block a user