intent打开“geo”格式的货色出错
intent打开“geo”格式的东西出错代码:Intent intent new Intent(Intent.ACTION_VIEW, Uri.parse(geo:geo
intent打开“geo”格式的东西出错
代码:
Intent intent = new Intent(Intent.ACTION_VIEW, Uri
.parse("geo:geo:137.24,31.86"));
startActivity(intent);
错误:
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=geo:137.24,31.86 }
[解决办法]结贴了?这么快,解决了没有