gpt4 book ai didi

android - 如何检测应用程序是否在 Google Play Pre-Launch 报告设备上运行?

转载 作者:塔克拉玛干 更新时间:2023-11-01 22:02:26 28 4
gpt4 key购买 nike

当我将我的应用程序的新版本上传到 Google Play 时,我得到了一份非常不错的预启动测试报告,但问题是大多数时候 AI 只是在设置周围徘徊,并没有测试实际的用户界面。我想为这些设备快速、随机地预先完成设置。

所以我的问题是,有没有办法检测它是否在那些测试设备上运行?

最佳答案

您可以使用以下方法检测预启动测试设备:

private boolean isTestDevice() {  
String testLabSetting = Settings.System.getString(getContentResolver(), "firebase.test.lab");
return "true".equals(testLabSetting);
}

参见: https://firebase.google.com/docs/test-lab/android/android-studio#modify_instrumented_test_behavior_for

关于android - 如何检测应用程序是否在 Google Play Pre-Launch 报告设备上运行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42797468/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com