Intent 用法大公開 · Uri uri = Uri.parse("geo:38.899533,-77.036476"); · Intent it = new Intent(Intent.ACTION_VIEW, uri); · startActivity(it); · // ...
確定! 回上一頁