I see this news story:
https://9to5google.com/2025/08/25/android-apps-developer-verification/
When will there be more detail on exactly what this means?
The workflow I'm immediately concerned about is testing the mathematical modelling libraries I produce. I don't produce any kind of app with them. Instead, I use a command-line test harness which I run in the ADB shell. I get the test harness, test data, and so on onto devices with "adb push" and get results back from them with "adb pull", or by capturing their stdout/stderr by redirecting stdout and stderr of the "adb shell" command. If this workflow is going to become unusable, I'll need to re-implement my testing.
Thanks,
John