Avoid making use of AGPS or network GPS to avoid deduction of money Android
问题 Following up with the ans I got from this post I would like to know how can I avoid making use of AGPS or network GPS. I am using LocationClient in my code to fetch user's current location. The LocationClient is a fused API which automatically makes use of GPS_PROVIDER or NETWORK_PROVIDER . My main intention here is to avoid deduction of money (For more information on this refer the SO question that I have linked above). Thanks. 回答1: Don't use fused. Use GPS_PROVIDER alone. That will use just