【发布时间】:2012-06-08 12:05:16
【问题描述】:
我想分享一个附加到我的分享意图的位置。有可能吗?
类似这样,但添加了位置信息:
Intent intent = new Intent(Intent.ACTION_SEND);
intent.setType("text/plain");
intent.putExtra(Intent.EXTRA_TEXT, "The status update text");
startActivity(Intent.createChooser(intent, "Dialog title text"));
谢谢。
【问题讨论】:
-
你想在哪里分享?邮寄还是其他?
-
你可以把所有实现 Parcelable 的东西都放
标签: android android-intent geolocation location share