跳轉到google Play市場

//這裏開始執行一個應用市場跳轉邏輯,默認this爲Context上下文對象 Intent intent = new Intent(Intent.ACTION_VIEW); intent.setData(Uri.parse(「market://details?id=」 + 「包名」)); //跳轉到應用市場,非Google Play市場通常狀況也實現了這個接口 //存在手機裏沒安裝應用市場的狀況,
相關文章
相關標籤/搜索