gpt4 book ai didi

Android 检查设备上的 GPS 可用性

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

<分区>

Possible Duplicate:
Programmatically find device support GPS or not?

如何检查设备上的 GPS 是否可用?

当我尝试使用下一个代码时

PackageManager pm = context.getPackageManager();
boolean hasGps = pm.hasSystemFeature(PackageManager.FEATURE_LOCATION);

if (hasGps) {
Log.d("TAG", "HAS GPS");
} else {
Log.d("TAG", "HAS NOT GPS");
}

我总是有 HAS GPS,但我的 Archos 101IT 没有 GPS 模块。有没有办法检查硬件 GPS 可用性?

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