通过代码

时间:2018-10-24 06:56:13

标签: android google-nearby android-settings

如何通过代码在android中打开Goog​​le附近的设置?

1 个答案:

答案 0 :(得分:0)

使用以下代码打开附近的设置:

Intent viewIntent = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS);
startActivity(viewIntent)