gpt4 book ai didi

google-glass - 以编程方式检测谷歌眼镜

转载 作者:行者123 更新时间:2023-12-04 11:07:55 24 4
gpt4 key购买 nike

从 native 应用程序中,我们如何从代码中检测到谷歌眼镜和智能手机?

移动问题的正确答案:

boolean isRunningOnGlass() {
return "Google".equalsIgnoreCase(Build.MANUFACTURER) && Build.MODEL.startsWith("Glass");
}

最佳答案

关于google-glass - 以编程方式检测谷歌眼镜,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18723689/

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