我想知道如何从意图 createchooser 中排除应用程序
我有没有排除和包名称的代码
。请帮忙。下面是代码:
包是“com.waze”。
String uri = "geo:0,0?q=" + "address";
Uri u = Uri.parse(uri);
Intent intent = new Intent(Intent.ACTION_VIEW,u);
startActivity(Intent.createChooser(intent,"Choose Navigation Software"));