Suppress lint

This commit is contained in:
Mygod
2022-09-24 20:48:19 -04:00
parent 3624ad7af8
commit 5eece14c2e

View File

@@ -56,6 +56,7 @@ object WifiP2pManagerHelper {
return result.future.await()
}
@SuppressLint("MissingPermission") // this method will fail correctly if permission is missing
@RequiresApi(33)
suspend fun WifiP2pManager.setVendorElements(c: WifiP2pManager.Channel,
ve: List<ScanResult.InformationElement>): Int? {