Also ``` fun Context.getTestDevices() = this.reso...
# android
a
Also
Copy code
fun Context.getTestDevices() = this.resources.getStringArray(R.array.testDevices)
Seems more useful and idiomatic, if this is the case.