05 2015 档案
android创建桌面快捷方式(启动目标非项目的启动页)
摘要:1.布局文件中,目标Activity加入以下filter 2.通过发送广播的方式调用 Intent shortcut = new Intent("com.android.launcher.action.INSTALL_SHORTCUT"); shortcut.putEx...
阅读全文