add some todos

This commit is contained in:
Martin Ptáček
2023-07-26 23:58:08 +02:00
parent 247c6f1ccd
commit 4696f932e8

View File

@ -253,4 +253,7 @@ class MetricsEngine(private val context: Context) : SensorEventListener {
fun getAndroidManufacturer() : String {
return Build.MANUFACTURER
}
//TODO has_celular
//TODO has_wifi
}