구글 마켓으로 이동 하는 소스

Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("market://details?id=패키지명"));
startActivity(intent);