[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-25 UTC."],[],[],null,["# AndroidDevice\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA single Android device.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------|\n| ``` { \"androidModelId\": string, \"androidVersionId\": string, \"locale\": string, \"orientation\": string } ``` |\n\n| Fields ||\n|--------------------|-----------------------------------------------------------------------------------------------------------------------------------|\n| `androidModelId` | `string` Required. The id of the Android device to be used. Use the TestEnvironmentDiscoveryService to get supported options. |\n| `androidVersionId` | `string` Required. The id of the Android OS version to be used. Use the TestEnvironmentDiscoveryService to get supported options. |\n| `locale` | `string` Required. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options. |\n| `orientation` | `string` Required. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options. |"]]