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.
我正在开发一个应用程序,我需要用户当前位置,所以如果没有启用位置服务,那么我创建了一个警报来设置位置服务,但我没有重定向到位置设置
您可以使用下面的 Intent 启动 Activity 以将用户重定向到设置屏幕:
startActivity(new Intent(android.provider.Settings.ACTION_LOCATION_SOURCE_SETTINGS));