从意图选择器中排除应用

时间:2018-06-19 14:52:57

标签: android-intent package waze

我想知道如何从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"));

0 个答案:

没有答案