我想知道如何从intent createchooser中排除应用程序,我有没有exclude的代码,还有该包,希望您能为我提供帮助,在buttom中进行编码
程序包是“ 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"));