use below code to launch rating page on google play.
mContext.startActivity(new Intent(
Intent.ACTION_VIEW, Uri
.parse("market://details?id="
+ APP_PACKAGE_NAME)));
No comments :
Post a Comment