Android 系統應用調用,intent的使用總結

至關一部分來自文檔,但願能有朋友繼續完善此貼,以做蒐藏。 顯示網頁:   1. Uri uri = Uri.parse("http://www.google.com");   2. Intent it = new Intent(Intent.ACTION_VIEW,uri);   3. startActivity(it); 顯示地圖:   1. Uri uri = Uri.parse("geo:3
相關文章
相關標籤/搜索