标签: java android android-intent android-location android-settings
是否可以将用户带到设置 - >位置使用意图,所以他可以启用应用程序获取设备位置?
这是我要去的屏幕:
答案 0 :(得分:2)
试试这个:
Intent intent= new Intent(android.provider.Settings.ACTION_LOCATION_SOURCE_SETTINGS); startActivity(intent);