gpt4 book ai didi

android - 在应用程序中面临 "Excessive Wi-Fi Scanning in the Background"问题

转载 作者:行者123 更新时间:2023-11-30 00:16:33 25 4
gpt4 key购买 nike

google play 商店监控后台过度 Wi-Fi 扫描的不良行为。

无法识别问题我在 list 中添加了以下权限

<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>

请建议适当的回应。谢谢

最佳答案

假设您的应用正在使用 FusedLocationProvider。如果您订阅在后台从 GooglePlayServices 检索位置的频率超过每 15 分钟一次,您的应用将因过度 WiFi 扫描而受到指责。

https://developers.google.com/android/reference/com/google/android/gms/location/LocationRequest.html

Activities should strongly consider removing all location request when entering the background (for example at onPause()), or at least swap the request to a larger interval and lower quality.

如果设备设置为高精度定位模式,设备将尝试使用 wifi 扫描来解析其位置。因此,您必须考虑增加检索位置更新的 Activity 间隔。

public LocationRequest setInterval (long millis)

关于android - 在应用程序中面临 "Excessive Wi-Fi Scanning in the Background"问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47156655/

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