Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的安卓应用中,用户可以关闭 GPS。
因为我有时需要 GPS,而且我还想要求用户再次打开 GPS。
但用户能够标记为不出现更多此警告。
使用具有onProviderDisabled方法的LocationListener。如果您已将位置提供程序设置为 GPS,则每次用户关闭 GPS 时都会调用此方法。