Android跳轉到應用商店的APP詳情頁面

2021-08-18 21:18:31 字數 1001 閱讀 6104

實現:

public class marketutils  catch (exception e) 

if (!textutils.isempty(pkgname))

pkgs.add(pkgname);

}return pkgs;

}/**

* 過濾出已經安裝的包名集合

* * @param context

* @param pkgs

* 待過濾包名集合

* @return 已安裝的包名集合

*/public static arraylistfilterinstalledpkgs(context context,

arraylistpkgs) catch (exception e)

if (textutils.isempty(installpkg))

continue;

if (installpkg.equals(checkpkg)) }}

return empty;

}/**

* * @param marketpkg

* 應用商店包名 ,如果為""則由系統彈出應用商店列表供使用者選擇,否則調轉到目標市場的應用詳情介面,某些應用商店可能會失敗

*/try catch (exception e)

}}

/*

*主流應用商店對應的包名如下:

com.android.vending google play

com.tencent.android.qq********** 應用寶

com.xiaomi.market 小公尺應用商店

com.wandoujia.phoenix2 豌豆莢

com.hiapk.marketpho 安卓市場

cn.goapk.market 安智市場

* */

希望可以給大家帶來幫助。

Android進入商店並跳轉到指定應用

提示好評 dialog dialog new alertdialog.builder this settitle 評價 setmessage 大爺,給個好評吧 setpositivebutton 准奏 new dialoginte ce.onclicklistener setnegativebutt...

Android進入商店並跳轉到指定應用

提示好評 dialog dialog new alertdialog.builder this settitle 評價 setmessage 大爺,給個好評吧 setpositivebutton 准奏 new dialoginte ce.onclicklistener setnegativebutt...

Android應用如何跳轉到應用市場詳情頁面

publicstaticvoidgotomarket context context,string packagename catch activitynotfoundexception e 此方法支援應用寶 360手機助手 豌豆莢 小公尺商店等主流的應用市場,當手機上面裝有多個應用市場時,則會彈出...