I have option to open my app Google Play page inside my app. When clicking open button in Google Play My app launches again. (From Splash screen)
当我离开时,我就失事了。 我尝试过一次 我的家务活动是任务标志。 它实际上从事罚款。 但又产生了另一个网站。 因此,我需要知道:
是否有任何办法在我市场悬挂旗帜,呼吁Intent通知已经发射这种信号,然后将其引向点击开放纽顿?
在此,我叫谷歌Play。
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse(marketUrl));
try {
startActivity(intent);
} catch (ActivityNotFoundException e) {
Toast.makeText(this, "Cannot find Android Market",
Toast.LENGTH_LONG).show();
}
http://www.ohchr.org。
My market url: market http://details?id=com.foo.bar
这将直接转至我的安装网页。