生成应用的快捷方式action,权限

action:"com.android.launcher.action.INSTALL_SHORTCUT"

权限:com.android.launcher.permission.INSTALL_SHORTCUT

 

Intent创建完成之后,给系统发送广播,通知系统创建快捷方式

sendBroadcast(shortCutIntent);

posted @ 2017-08-20 22:03  kim_liu  阅读(222)  评论(0)    收藏  举报