摘要: Intent shortcutIntent = new Intent("com.android.launcher.action.INSTALL_SHORTCUT"); shortcutIntent.putExtra(Intent.EXTRA_SHORTCUT_NAME,getString(R.string.app_name)); shortcutIntent.putExtra("duplicate", false); Intent intent = new Intent(); intent.setComponent(new ComponentName(g 阅读全文
posted @ 2013-10-12 14:06 Wsf5918 阅读(390) 评论(0) 推荐(0)