标签: android google-nearby android-settings
如何通过代码在android中打开Google附近的设置?
答案 0 :(得分:0)
使用以下代码打开附近的设置:
Intent viewIntent = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS); startActivity(viewIntent)