摘要:
/** * 创建桌面快捷方式 */public void createShut() {// 创建添加快捷方式的IntentIntent addIntent = new Intent("com.android.launcher.action.INSTALL_SHORTCUT");String title = getResources().getString(R.string.app_name);// 加载快捷方式的图标Parcelable icon = Intent.ShortcutIconResource.fromContext(WelcomeActivity.this, 阅读全文
posted @ 2013-03-07 13:27
天边的星星
阅读(251)
评论(0)
推荐(0)

浙公网安备 33010602011771号