0
我一直在試圖通過WhatsApp的通過份額意圖送的位置,到目前爲止我的代碼:分享意圖位置
String uri = "geo:" + currentLoc.getLatitude() + "," +currentLoc.getLongitude() + "?q=" + currentLoc.getLatitude() + "," + currentLoc.getLongitude();
Intent i=new Intent(android.content.Intent.ACTION_VIEW, Uri.parse(uri));
startActivity(i);
的問題是,當應用程序選擇器打開它只顯示「谷歌地圖」和「位智」。我如何修改它,以便我可以通過許多其他支持像whatsapp或facebook這樣的位置的應用程序發送它?