shortcutForAndroid:shortcutForAndroid android创建快捷方式

时间:2024-07-01 15:20:25
【文件属性】:

文件名称:shortcutForAndroid:shortcutForAndroid android创建快捷方式

文件大小:119KB

文件格式:ZIP

更新时间:2024-07-01 15:20:25

Java

shortcutForAndroid shortcutForAndroid android创建快捷方式 ###主要代码如下 /** * 创建快捷方式 */ private void createShortCut() { // 创建快捷方式的Intent Intent shortcutIntent = new Intent("com.android.launcher.action.INSTALL_SHORTCUT"); // 不允许重复创建 shortcutIntent.putExtra("duplicate", false); // 快捷方式的名字 shortcutIntent.putExtra(Intent.EXTRA_SHORTCUT_NAME,shortcut_name);


【文件预览】:
shortcutForAndroid-master
----gradlew.bat(2KB)
----gradlew(5KB)
----shortcutForAndroid.iml(924B)
----gradle.properties(855B)
----LICENSE(11KB)
----app()
--------proguard-rules.pro(641B)
--------src()
--------app.iml(7KB)
--------.gitignore(7B)
--------build.gradle(601B)
----gradle()
--------wrapper()
----.idea()
--------gradle.xml(608B)
--------misc.xml(1KB)
--------vcs.xml(167B)
--------.name(18B)
--------copyright()
--------modules.xml(373B)
--------encodings.xml(328B)
--------compiler.xml(709B)
----.gitignore(91B)
----README.md(1KB)
----settings.gradle(15B)
----build.gradle(436B)

网友评论