我想从导航选择器意图中删除位智
String uri = "geo:0,0?q=" + selectedName;
Uri u1 = Uri.parse(uri);
Intent intent2 = new Intent(Intent.ACTION_VIEW, u1);
startActivity(Intent.createChooser(intent2, "Choose Navigation Software"));
(selectedName是我的地址的字符串)
希望您对我的软件有帮助