AA
Size: a a a
AA
I
AA
AA
AG
Kd
private fun isInternetAvailable(): Boolean {
return try {
val command = "ping -c 1 google.com"
Runtime.getRuntime().exec(command).waitFor() == 0
} catch (e: Exception) {
false
}
}
Kd
Na
VP
AG
OR
OR
VP
OR
Kd
Kd
OR
Na
Kd