Android Matrix Response
data class AndroidMatrixResponse(val androidModelIds: List<String>, val androidVersionIds: List<String>, val locales: List<String>, val orientations: List<String>)
A set of Android device configuration permutations is defined by the the cross-product of the given axes. Internally, the given AndroidMatrix will be expanded into a set of AndroidDevices. Only supported permutations will be instantiated. Invalid permutations (e.g., incompatible models/versions) are ignored.