📅  最后修改于: 2022-03-11 14:52:31.863000             🧑  作者: Mango
Intent intent = new Intent(android.content.Intent.ACTION_VIEW,
Uri.parse("google.navigation:q=an+address+city"));
startActivity(intent);