Action:

private static final String EXTRA_SHORTCUT_DUPLICATE = "duplicate";private static final String ACTION_INSTALL_SHORTCUT = "com.android.launcher.action.INSTALL_SHORTCUT";  

Intent shortcutIntent = new Intent(ACTION_INSTALL_SHORTCUT);  shortcutIntent.putExtra(Intent.EXTRA_SHORTCUT_NAME,                  getString(R.string.app_name));  shortcutIntent.putExtra(EXTRA_SHORTCUT_DUPLICATE, false);  Intent intent = new Intent();  intent.setComponent(new ComponentName(this.getPackageName(),                  ".Splash"));   shortcutIntent.putExtra(Intent.EXTRA_SHORTCUT_INTENT, intent);  shortcutIntent.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE,  Intent.ShortcutIconResource.fromContext(this,                          R.drawable.icon));  sendBroadcast(shortcutIntent);

Uses permission:

<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/>  

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android(安卓)Fail to connect to camera
  2. android studio 找不到某些库的问题
  3. ANDROID L——RecyclerView,CardView导入
  4. mac下eclipse使用
  5. Android之指南针学习
  6. fedora20 cocos2d-x 3.2 开发环境配置(fo
  7. Android(安卓)Studio如何更改JDK和SDK的
  8. pc android sqlcipher 加密
  9. Android(安卓)学习记录-SQLite
  10. Android(安卓)Widevine 基本概念