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. 使用response.sendirect("html/employee.
  2. 从html文档中解析数据()[重复]
  3. 如何在离子框架中显示图像标题?
  4. CGI编程学习5 穿插HTML,CSS零星知识
  5. html5结合flash实现视频文件在所有主流浏
  6. DOM笔记(三):Element接口和HTMLElement接口
  7. [原创]基于html5新标签canvas写的一个小
  8. 大熊君学习html5系列之
  9. web前端2016-3-5
  10. iis aspx常见错误 HTTP 错误 404 - 文件