안드로이드/Intent
Samsung Apps Download Link
설.현.아빠
2012. 1. 10. 14:19
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("samsungapps://ProductDetail/패키지명"));
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);
mCtx.startActivity(intent);
http://innovator.samsungmobile.com/bbs/faq/view.do?boardName=faq&messageId=131507&platformId=1