I'm wondering if there is a way to get the device locale from AWS Device Farm.
I've tried reading the log cat, but the locale set once, so i could only read this info in one test.
I also tried using the driver shell command but in order to do so i need to start the Appium server with --relaxed-security flag and i don't know if passing flags to AWS-Device Farm Appium server is possible.
So, is there a way to get the locale ? or can i set flags to the AWS-Device Farm Appium Server?