之前已经问过question,有答案。但谷歌改变了他们自己的一些东西,现在它已经不再适用了:softwareVersion
不再存在。
旧问答:
Programmatically check Play Store for app updates
dependencies {
compile 'org.jsoup:jsoup:1.8.3'
}
答案 0 :(得分:0)
请检查此代码
startActivity(new Intent(Intent.ACTION_VIEW,
Uri.parse("https://play.google.com/store/apps/details?id=" + appPackageName)));