1 String packetName = this.getPackageName(); 2 Uri uri = Uri.parse("market://details?id=" + packetName); 3 Intent intent = new Intent(Intent.ACTION_VIEW, uri); 4 startActivity(intent);
|
晓阳
一个程序员仅为工作写代码是不够的,TA还应该有一个分享的世界。 |
|
|