기술참고자료/Android | 2012. 2. 28. 10:02
Intent i = new Intent("android.intent.action.VIEW");i.setComponent(new ComponentName("com.android.vending","com.android.vending.MyDownloadsActivity"));i.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);startActivity(i);
[Android] Adding Custom Suggestions (0) | 2012.04.17 |
---|---|
[Android] Say Goodbye to the Menu Button (0) | 2012.04.17 |
[Android] Galaxy Note API - S Pen SDK 1.5 (0) | 2011.12.23 |
[Android] Android Compatibility Package (0) | 2011.12.22 |
[Android] SSL 연결하는 방법 (0) | 2011.11.02 |
Recent Comments